Write a C++ program that determines a student’s grade. The program will read three types of scores: (First Exam, Second Exam, an | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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%

24th Nov 2016, 10:14 AM
Jdhdhsjjehdg Jdhdhsjskdn
Jdhdhsjjehdg Jdhdhsjskdn - avatar
1 Answer
0
u do it bro
24th Nov 2016, 2:44 PM
Jay Angue
Jay Angue - avatar