Posted on: 1/3/2015 3:06:46 PM | Views : 598

I want to write a program to store and list the grades of the students in my class.
 
The program will include STUDENT class with the following properties, Name, Surname, Midterm1, Midterm2, Final, and Homework.
 
The program will include four different functions.
First Function will print Name and Surname of a student.
 
Second Function will list Name, Surname and the Grades for each Exam.
 
Third Function will calculate and list the average of each exam.
 
Forth Function will calculate and list the final grades. Final grades will be calculated with the following rules.
Mid1 20%, Mid2 20%, Homework 20%, Final 40%
Final Grade =            FF for  > 60 and < 0
                     &nb ...

Go to the complete details ...