Would anyone have a C++ program that will prompt the user to enter the number of students and subjects that have been marked, the user should be able to enter the names of the students and subjects and the user should also enter the associated exam results.
The program should use a mixture of arrays and strings to store data. it should perform basic error checking, for example such as ensuring that all marks are between 0 and 100, and should examine and re-arrange the results to calculate and display the best student in each subject and his mark in it, the best overall student,the average mark in each subect and the subject which had the highest average.
In addition the user should be able to specify a grading system(A,B,C,etc...) whose parameters can be set after the display of the average subject marks. The corresponding grades for each student should then be displayed.
all results should be shown in as user-friendly and clear a way as possible and the results should also be output to a file and saved for future reference.
I know this is a bit much but if u have a program that will do this it will be greatly appreciated. The program i am using is Micrisoft Visual C++ 6.0.
Thanks and