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