Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program in c++ that reads a list of double-precision grades from the keyboard into an array named grade. The grades are to be
Write a program in c++ that reads a list of double-precision grades from the keyboard into an array named grade. The grades are to be counted as they're entered and entry should be terminated when a negative value has been entered. After all grades have been input, the program should display the sum and average of the grades. (The grades should be listed with an asterisk (*) placed in front of each grade that is below the average.)
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