Create a program that a teacher can use to enter the midterm and final test scores for

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 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

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: