Question
Write a program that allows the user to input 15 grades that range from 0 - 100. If the user inputs a number larger than
Write a program that allows the user to input 15 grades that range from 0 - 100. If the user inputs a number larger than 100 or small than 0, then the program should tell the user that they entered an invalid number and ask for a correct value. The values should be entered into an array. An average of the array should be taken and then printed. The user should be asked if they want to Average another set of grades. Rubric: The program should should call four methods: - 40 points that displays all the integers that calculates the average that displays all grades less than 70 that display the highest and lowest grades entered The program should use a while loop - 10 points The program should use at least two conditional statements - 10 points The program should input the grades from the user - 10 points Program will be run for the teacher either by appointment or in class on 4/21/29 - 15 points Algorithm and Pseudocode - 15 points
Step by Step Solution
3.40 Rating (147 Votes )
There are 3 Steps involved in it
Step: 1
Algorithm first declare an array of size 15 and accept the inputs using a for loop Then write a func...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