Question: Design the logic for a program that allows a user to enter any amount of numbers up to 10 or until a sentinental value of
Design the logic for a program that allows a user to enter any amount of numbers up to 10 or until a sentinental value of -1 is entered. Then the program displays the count of the numbers entered and numeric average of the numbers (not including -1). After display the average of all the entered numbers, the program will then display each number and its difference from that average.
Use Console I/O
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
