Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started