Create a program that a professor can use to display a grade for any number of students.

Question:

Create a program that a professor can use to display a grade for any number of students. Each student’s grade is based on four test scores, with each test worth 100 points. The program should total the student’s test scores and then assign the appropriate grade using the information shown in Figure 8-27. Display the student’s number and grade in a message, such as “Student 1’s grade: A”. If necessary, create a new project named Introductory13

Project, and save it in the Cpp8\Chap08 folder. Enter the C++ instructions into a source file named Introductory13.cpp. Also enter appropriate comments and any additional instructions required by the compiler. Save, run, and test the program.

Total points earned Grade 372-400 340-371 280-339 240-279 below 240 Figure 8-27 ABCDF

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

Step by Step Answer:

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