Need help Making This Grading Program please :)

Can you Guys help me make this program can't try it on my Laptop cos i don't have any Turbo C++ installed on it.. and guys do you know where i can download Turbo C++ that will work on windows 8?


Create a program that will ask user to input Students Name and grades in Exam, Quizzess, Assignment, Seatwork, and Attendance. It will then compute and display the Term Grade based on given forumala.

Term Grade = 40% Exam + 30% Average Quizz + 30% Class Standing

where, Class Standing = 40% Assignment + 40% Seatwork + 20% Attendance.

It will also display the Remark Based on the Table below..

Term Grade ---- Remarks
90-100 ----------- Excellent
80-89-------------Satisfactory
76-79-------------Good
75-----------------Passing
Below 75--------Failed


The Screen Output:


Name:
Exam:
Quiz#1:
Quiz#2:
Quiz#3:
Assignment:
Seatwork:
Attendance:
Term Grade:
Remarks:
We won't do your homework , atleast try to do it yourself , write some code and post it here if you have errors ,
IMO , you can't run turbo c++ in windows 8 natively, why use that ancient compiler anyways , you can download the free code::blocks ide at http://codeblocks.org , try your code on it.
Topic archived. No new replies allowed.