PDA

View Full Version : Beginner-Need Help with c++ program


rawl789
03-17-04, 04:19 PM
I need to write a program to read three subjects: language, math, science. Then, using functions, calculate the total and average grade for each student and include the results in my output. The output should also include the student's name and grades obtained for each student. I'm a college student who is not even majoring in computer science, but I am taking an intro course to satisfy a requirement and I need some HELP with this class.

vampwizzard
03-19-04, 01:14 PM
I need to write a program to read three subjects: language, math, science. Then, using functions, calculate the total and average grade for each student and include the results in my output. The output should also include the student's name and grades obtained for each student. I'm a college student who is not even majoring in computer science, but I am taking an intro course to satisfy a requirement and I need some HELP with this class.

rawl-> if you have paid attention at all to basic c++ this should be a piece of cake. It is not polite to ask for general help on a program that you need for homework. If you are truely stuck, post what code you do have and then ask a directed question, such as "Why doesnt the function return what i want it to?" and other such questions
Thank you