Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C++ please B. do-while loop In this lab exercise, we will practice a do-while loop. Your program needs to compute the average of grades

In C++ pleaseimage text in transcribed

B. do-while loop In this lab exercise, we will practice a do-while loop. Your program needs to compute the average of grades inside a do-while loop. Your program needs to check if the entered grade is in the correct range before using it for computation. If the entered grade is less than 0 or greater than 100, inform the user that the grade is incorrect and repeat the loop. You do not know how many grades the user will eventually enter. Hence, after entering each correct grade, ask the user if there is another grade to be entered. Get the user response using a character variable. If the user enters 'Y' or 'y', let the user enter another grade by repeating the loop, otherwise terminate the loop and display the average. Keep track of how many correct grades were entered so that you can compute the average. Complete the requested changes, and then save the file as Lab5B.cpp, making sure to compile and run the program to verify that it produces the correct results. Note that you will submit this file to Canvas

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

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions

Question

Explain why capacity planning is important to a business.

Answered: 1 week ago

Question

wacc calculation for 2 0 2 2 2 0 2 3

Answered: 1 week ago

Question

Create a Fishbone diagram with the problem being coal "mine safety

Answered: 1 week ago

Question

Choose an appropriate organizational pattern for your speech

Answered: 1 week ago

Question

Writing a Strong Conclusion

Answered: 1 week ago