CISC1600: Computer Science I Lab 9

Purpose: In this lab assignment of CIS1600, we will practice using array and functions to solve a problem.

Instruction: For this lab, we are continuing the program that we wrote in class to practice further working with array in functions. First copy the following program into your lab9, and then work implemen several functions. You don't need to modify the main function, which already includes calls to these functions.
lab9.cpp
Functions: Implement the following functions one by one, and test them one by one.

Coding Style Requirement:

  1. Please indent your code in as required.
  2. Use descriptive names for variables
  3. Use blank lines to separate the code into appropriate blocks
  4. Be sure to include comments to help others understand your program, and help yourself think!

How to submit

Please submit your program (which has to be named lab9.cpp) to the following webpage: lab9 submission link.