0
Write a C++ program that determines a student’s grade. The program will read three types of scores: (First Exam, Second Exam, an
Write a C++ program that determines a student’s grade. The program will read three types of scores: (First Exam, Second Exam, and Final Exam) and determine the grade based on the following rules: · The grade is A if Total score >= 90% · The grade is B if Total score >= 70% and <90% · The grade is C if Total score >= 50% and <70% · The grade is F if Total score < 50%
1 Antwort
0
u do it bro