C ++ programming again

B

Bruce

In comp.lang.c++

Sandra

You will find that you will receive much more help if you post YOUR code
and ask for assistance with certain portions that are giving you trouble.
 
S

sscolon

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
 
L

Le Géant Vert

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,151
Messages
2,570,854
Members
47,394
Latest member
Olekdev

Latest Threads

Top