01-12-2009, 01:42 PM
|
#32 (permalink)
|
| مهندس
تاريخ التسجيل: Dec 2009 رقم العضوية: 254427
المشاركات: 3
بمعدل: 0.00 (مشاركة/اليوم)
التقييم: 1 | write c++ program to read the grades for n students each students has m couses each course has three grades (first grade,second grade ,final grade) your program must find out the summation of the grades for each course then the average of the total grades for each student use class and function (for example function for reading the inputs other one for finding the summation of the grade for each course also one for calculating the average of the totale grades for each student and last one for printing the results)to implement this task.
|
| | |