Question: Write a proper C program that will read numbers from a text file and display the following Number of entries read The average of all
Write a proper C program that will read numbers from a text file and display the following
Number of entries read
The average of all the numbers read
The maximum of the numbers read Example content of the text file
56
23
89
30
Note : The text file can contain any number of entries. The C program should depend on EOF to identify end of file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
