Question: Write a program in c that takes inputs from the user until the user enters -1. It should only consider inputs ranging from 0 to
Write a program in c that takes inputs from the user until the user enters -1. It should only consider inputs ranging from 0 to 25 as valid inputs. If invalid input is entered, it should display a message and ask the user to reenter the input. Then it should show the number of valid inputs entered, their sum, average, maximum, and minimum.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
