السلام عليكم ورحمة الله وبركاتة
عندي مشروع وضروري جداً انهية في الموعد وهو 21/10/2003 المطلوب حل هذا المشروع مع الشرح جزاكم الله خيراً (طبعاً المشروع بلغة السي ++ ) ويكون معمول ب functions الله يعافيكم .
A computer science instructor wants you to write a program to compute the final grades .the program is to process an indeterminate number of students . for each student the program should ask the user to enter the midterm and final exam scores and then display the students final grade . the final grade is the sum of 45% of the midterm exam score and 55% of the final exam score . after it processes all the students , the program should display the number of students it processed and the average midterm exam score , average final exam score , and average final grade
input your program:
1..midterm grade
2..finale grade
output from your program :
1..for each student out put the final grade (out of a hundered
2.. your program should out put :
number of students processed
the average midterm exam
the average final exam