- #1
blu3jam
- 7
- 0
Write a program to find and display the Largest, Smallest, Average, standard deviation and the Sum of all numbers entered from the keyboard.The data entry should end with a Sentinel Value. After finishing ask if the user wants to continue entering new set of numbers or not.
, where X indicates average
My question is can we write this program without using arrays ? Does anybody have a suggestion ?
My question is can we write this program without using arrays ? Does anybody have a suggestion ?
Last edited: