• 1fixedarray.cpp array demo - user enters fixed number of integers, integers are printed, minimum is found
  • 2scores.cpp reads in 5 scores and show how much each score differs from the highest score.
  • 3employees.elem-arg.cpp illustrates the use of an indexed variable as an argument. adds 5 to each employee's allowed number of vacation days.
  • 3fill_up.cpp Reads in 5 scores and echos them. Demonstrates the function fill_up.
  • 4initarray.cpp initializes an array using a function
  • 5testconst.cpp demonstrates the use of const with passing arrays as parameters