Answered step by step
Verified Expert Solution
Question
1 Approved Answer
5. A class of five students took a quiz. Write a C++ code statement that will prompt the user to enter five students marks to
5. A class of five students took a quiz. Write a C++ code statement that will prompt the user to enter five students marks to calculate the average quiz marks. [Hint: Use while loops to print all the five marks enter by user.] Sample output: Enter mark: 56 Enter mark: 88 Enter mark: 95 Enter mark: 45 Enter mark: 78 Mark average is: 72 Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started