Question: Create a program that a teacher can use to enter the midterm and final test scores for any number of students. Each test is worth
Create a program that a teacher can use to enter the midterm and final test scores for any number of students. Each test is worth 200 points. The program should display each student’s grade, which is based on the total points the student earned, as indicated in Figure 7-50. If necessary, create a new project named Introductory19 Project, and save it in the Cpp8\Chap07 folder. Enter the C++ instructions into a source file named Introductory19.cpp. Also enter appropriate comments and any additional instructions required by the compiler. Save, run, and test the program.
Figure 7-50
Total points Grade
360 – 400 ..................... A
320 – 359 ..................... B
280 – 319 ..................... C
240 – 279 ..................... D
below 240 ..................... F
Step by Step Solution
3.38 Rating (154 Votes )
There are 3 Steps involved in it
Introductory19cpp displays students grades Createdrevised by on include using namespace std int main ... View full answer
Get step-by-step solutions from verified subject matter experts
