Question: Please write in C++ Write a program that asks the user for a file name. Assume the file contains a series of numbers, each written
Please write in C++

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 contains of the file and display the following data: The lowest number in the file The highest number in the file The total of the number in the file The average of the number in the file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
