- 3
Write a C++ application that can compute the letter grade of a student after accepting the student’s mid and final mark.
Write a C++ application that can compute the letter grade of a student after accepting the student’s mid and final mark. The program should only accept mid result [0-40] and final [0- 60]. If the data entered violates thisrule, the program should display that the usershould enter the mark in the specified range. The program is also expected to run until the user refuses to continue.
1 Réponse
0
Thank you so much