Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ (Introductory level) Create a program that a professor can use to display a grade for any number of students. Each students grade is based

C++ (Introductory level) Create a program that a professor can use to display a grade for any number of students. Each students grade is based on four test scores, with each test worth 100 points. the program should total the students test scores and then assign the appropriate grade using the information shown in Figure below. Display the students number and grade in a message, such as Student 1s grade: A. Enter appropriate comments and any additional instructions required by the compiler. Save, run, and test the program.

Total Points Earned Grade
372-400 A
340-371 B
280-339 C
240-279 D
below 240 F

*Fill in green highlighted **s. Introductory level.

image text in transcribed

1. //Introductory18.cpp - displays weekly gross pay amounts 2. //Created/revised by 4_ #include iostream 6. using namespace std; 8. int main() 10.double bourslkd-0.0; double rate 0.0 12. double grossPay=0.0; 13 14. sautfixed > cout " cin >> grossPay 23 25 26 27 grossPay + //end if cout > 29 30 31 32. 33. \ //end of main function /end while

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Conceptual Database Design An Entity Relationship Approach

Authors: Carol Batini, Stefano Ceri, Shamkant B. Navathe

1st Edition

0805302441, 978-0805302448

More Books

Students also viewed these Databases questions

Question

5. Discuss the key components of behavior modeling training.

Answered: 1 week ago