Question: 7. Number Analysis Program Write a program that asks the user for a file name. Assume the file contains a series of numbers, each written

7. Number Analysis Program Write a program that asks the user for a file name. Assume the file contains a series of numbers, each written on a separate line. The program should read the contents of the file into an array and then display the following data: . The lowest number in the array . The highest number in the array . The total of the numbers in the array e The average of the numbers in the array Use the following modifications: a) b) c) The maximum amount of numbers in the file is 100. (This means the amount of numbers in the file will not exceed 100, but the actual amount of numbers will probably be less than 100 numbers.) The program must be written using functions, no global variables are allowed, but global constants are allowed Your program should find the minimum, maximum, standard deviation (research the formula), and the mean C++ language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
