Question: Assume that the CA Test 1 marks for a Programming 621 class have been stored in a file called Prog621Test1 Marks.txt. The marks are

Assume that the CA Test 1 marks for a Programming 621 class have been stored in a file called Prog621Test1 Marks.txt. The marks are stored in this format: StudentNumber Name Test1Mark 201415, John, 30 204568, Peter, 78 201378, Xoliswa, 89 99 Write a program called Assessment that will read the contents of the delimited file and display the contents on the console window. Add a method to append details of 3 new students of your choice to the Prog621Test1 Marks.txt file. Make sure it does not override the data currently stored in the file. The program should catch the fileNotFoundException. [30]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
