+ 2
How do I answer this
Write a program to read 10 students’ final exam scores from file “score.txt” into an array of size 10, and calculates the average score for each student and store them to a file “average.txt”.
5 Respostas
+ 8
What Language?
Also what attempt have you made to solve this problem?
+ 7
Again, what attempt have you made?
+ 1
Haven’t made any yet cause I don’t know to write to the file and read from it
0
C programming