Question: Write a C program that read integers from a file called myfile, then prints the number of integers in the file and their average.

Write a C program that read integers from a file called myfile,

 

Write a C program that read integers from a file called myfile, then prints the number of integers in the file and their average. Your program should work for any size file, up to the capacity of the machine. You may use the following pseudocode when writing your program: open the file called "myfile" for reading, count the number of integers in the file, find the sum of the integers, increment a count each time, until end of file is reached, print the average of the integers and the number of integers, close the file. (3 marks)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!