sscolon said:
Hi! My name is Sandra. I am doing this project in which I need to write a
C++ program. I need your help. Here are the instructions.I need to input the
last names of the students in his class and their grades(in percentage) in
the final examination. The program will cintinue to prompt the user to add
student's name and grade until the user types in a flag or sentinel value -1
to indicate "end of the data entering". At the end of the data entering the
program prints out the names of students, their grades in percentage and if
A, B, C, D or F and present in the format below. Also print the summary of
total number of students and class average.
NAME OF STUDENT PERCENTAGE GRADE
Colon Smith
Please if you can help me write this program. I need it for Monday.
Thank you
Sandra
typical homework assignment...
you won't get any solution to your problem here : we're not here to do
others' job, but to help each other... As Bruce says, do it yourself and
post some code if you encounter troubles.