Question: In C++ just C++ CSE 1321L: Programming and Problem Solving I Lab Lab 5 Selection Structures Exercise #1: Design and implement a program (name it
CSE 1321L: Programming and Problem Solving I Lab Lab 5 Selection Structures Exercise #1: Design and implement a program (name it ProcesGrades) that reads from the user four integer values between 0 and 100, representing grades. The program then, on separate lines, prints out the entered grades followed by the highest grade, lowest grade, and averages of all four grades. Format the outputs following the sample runs below. Sample run 1: You entered: Highest grade: Lowest grade: Average grade: 95, 80, 100, 70 100 70 86.25 Sample run 2 : 50, 86, 63, 72 You entered: Highest grade: Lowest grade: Average grade: 50 67.75 Sample run 3: You entered: Highest grade: Lowest grade: Average grade: 70, 70, 70, 70 70 70 70.00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
