- classExample.cpp example we created in class
 Mikhail Nesterenko
 6/26/2024
 - fillUp.cpp reads 5 numbers and prints them out
 demonstates passing array to a function
 Mikhail Nesterenko
 02/24/99
 - fixedArray.cpp array demo - user enters fixed number of integers,
 finds and prints minimum
 mikhail nesterenko
 10/19/99
 - Old
 - testconst.cpp demonstrates the use of const with passing arrays as parameters
 mikhail nesterenko
 2/27/2001