Question: Question 4 (30 marks) Write a C program to read a set of scores from a text file, count the number of scores over 80,


Question 4 (30 marks) Write a C program to read a set of scores from a text file, count the number of scores over 80, copy the scores over 80 into a new file, save it as 'OUTPUTFILE.DAT", and finally, print the list of number of Scores over 80 on Screen. Iest your program with an input file (name it as 'INPUTFILE.DAT') containing the following values: 100 50 20 82 60 30 88 78 90 100 63 55 30 85 93 96 63 A sample program execution and output is depicted in Figure 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
