Task: Take the program you wrote for Lab 12. Modify it so that rather than declaring three separate instances of the class, you use an array. Use the #define directive to set the size of the array and the bounds on your loop so that I can arbitrarily change how many students your program processes.
Purpose: The primary purpose of this lab is to introduce arrays.