Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

More Books

Students also viewed these Databases questions

Question

4. Identify how culture affects appropriate leadership behavior

Answered: 1 week ago