- Problem 5 Write A C Program That Enters A Float Number Representing The Grades Of A Student On Examl 15 Exam2 15 1 (40.04 KiB) Viewed 76 times
Problem 5: Write a C++ program that enters a float number representing the grades of a student on Examl (15%), Exam2 (15
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Problem 5: Write a C++ program that enters a float number representing the grades of a student on Examl (15%), Exam2 (15
Problem 5: Write a C++ program that enters a float number representing the grades of a student on Examl (15%), Exam2 (15%), Exam 3 (15%), Final (35%), and Project (20%). The program should compute and output the student average using the exams percentages. At the end the program should print out whether the grade is pass or fail (passing when Grade greater or equal to 60). Modify the code to allow the user to enter the exams grades of 10 different students. (Use while loop syntax) The program should output the letter grade of the student. At the end the program should output a message about the class performance as follows: Very Good class performance for class with average >= 85. Average class performance for class with average >= 70. Poor class performance for class with average below 70.