Question: Write the C++ codes and run the program for the results. Requirments for the C++ codes: Must use Loop (for/ while) Must use array Must

Write the C++ codes and run the program for the results.
Requirments for the C++ codes:
- Must use Loop (for/ while)
- Must use array
- Must use Interactive statements cin, cout to allow the user to input 5 valid grades through the keyboard. The grade between 0 and 100 is considered valid. Hint: e.g. if the input grade is not valid, the invalid grade should not be counted and the system should allow the user to continue to input the grade.
ELN 515 Microcontroller Spring 2021 Mini Project 1: C++ Finding the maximum grade, minimum grade and average grade Due on Jan 29, 2020 Write the C++ codes and run the program for the results. Reguirments for the C++ codes: 1. Must use Loop (for/ while) 2. Must use array 3. Must use Interactive statements cin, cout to allow the user to input 5 valid grades through the keyboard. The grade between 0 and 100 is considered" valid. Hint: e.g. if the input grade is not valid, the invalid grade should not be counted and the system should allow the user to continue to input the grade. 4. Find and display the minimum grade 5. Find and display the maximum grade 6. Find and display the average grade Show the instructor the results of running your writen program. The full credit of the mini project will be given if the program results meet all the requirements.etc
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
