Question: C++ Question Write a program that will perform the following. Ask a user to enter the following input: - Name - Two numbers (to be

C++ Question

Write a program that will perform the following.

Ask a user to enter the following input: - Name - Two numbers (to be used as grades for tests)

Process: - State your process

Output the following: - Name - Name in all Caps - Which number is larger - Average of the two numbers

Grade for the student - A, 90-100 - B , 80-89 - C, 70-79 - D, 60-69 - F, 0-59

Bonus: - Generate a random number between 0-100 - Compare it with the average of the two numbers user provided - Display which is greater

** Remember to utilize all good programming practice, such as providing a header, comments, etc. What you need to submit: - Source code - Screenshot of the IDE, compiler showing the output

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!