40 likes | 144 Views
CSCI-1411 F undamentals o f C omputing L ab. Shane Transue. Summer 2014. Lab 6.1: Introduction to Void Functions (Procedures). Overview: Lab 6.1 Components Lab Sections (6.1, 6.2, 6.3, 6.4) No design document for 6.4. Lab 6.1: Introduction to Void Functions (Procedures).
E N D
CSCI-1411 Fundamentals of Computing Lab Shane Transue Summer2014
Lab 6.1: Introduction to Void Functions (Procedures) • Overview: • Lab 6.1 Components • Lab Sections (6.1, 6.2, 6.3, 6.4) • No design document for 6.4
Lab 6.1: Introduction to Void Functions (Procedures) • 6.1 Functions with No Parameters • (proverb.cpp) • 6.2 Introduction to Pass by Value • Include the changes proposed in Exercise 3 • (newproverb.cpp) • 6.3 Introduction to Pass by Reference • Implement the changes for each Exercise (1 – 5) • (paycheck.cpp) • 6.4 Pick One • Choose 1of the 3 options • Name the source file: main.cpp • No Design Document
Lab 6.1: Introduction to Void Functions (Procedures) • Submission File Checklist • Submit all files on Canvas (One at a time or all of them in a single zip file). Be sure to include all source files and documents. • 6.1 proverb.cpp • 6.2 newproverb.cpp • 6.3 paycheck.cpp • 6.4 main.cpp (For any option you choose)