Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

In C++ just C++ image text in transcribed
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

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

Harness The Power Of Big Data The IBM Big Data Platform

Authors: Paul Zikopoulos, David Corrigan James Giles Thomas Deutsch Krishnan Parasuraman Dirk DeRoos Paul Zikopoulos

1st Edition

0071808183, 9780071808187

More Books

Students also viewed these Databases questions

Question

4. What will the team agreement contain?

Answered: 1 week ago