[solved] – Question 75745
A text file data.txt, contains at most 80 student marks in an exam. Each mark is out of 100. The last number in the file is -1 indicating that there is no more data in the file.
read all the marks in the data file and store in an array, print all the elements in the array
Expert Answer
OR

