Hi guys,
I have been given a task in my C++ course to develop an application that will ask the names of the students and store the entered values into a string type array. Considering each student has participated in four exams, the program should ask the points received and store them into an int type array. Then the application should display the names of the students and the average value of the exams from each.
Key Points:
a) Use always pointer notations when writing/reading information to/from arrays.
b) You can’t ask “How many names will be inputted”.
I know how to develop the program without using pointers, but that is the whole point of the exercise. I guess pointers are the most challenging part of C++, any help would be much appreciated.
Thank you in advance.
Kind Regards,
croussou