Skip to content

CS 1405 - Lab #2

Objectives: 

  • Understand the three primary activities of a program
  • Understand the programming process

Preparation: 

  1. Read sections 1.4 - 1.6 (pages 14 - 22) from Starting Out with C++ by Gattis.
  2. Print and complete Worksheet 2.

Programming: 

  1. Implement as a C++ program the algorithm developed in Worksheet 2. (Refer to Appendix M of the text for instructions to run Microsoft Visual C++.) Use Program 1-1 from the text as a guide.
  2. Verify your program works correctly.
  3. Print the Grade Sheet. Show your program to the instructor.