Hi,
Can a user determine the size of an array through the programme?
For example,
At the beginning of the programme it will ask the user 'How many students' exams grades would you like to process today'
Therefore create the array to be of the size that the user has entered.
I know that if we use MAX_SIZE with a const all we have to do is change one number at the top from a code, but from a users point of view that is not really user friendly!
Cheers