Question: Java programming I'm trying to write a program that will read information from a file called StudyHours.txt and display the file contents to the user.
Java programming
I'm trying to write a program that will read information from a file called StudyHours.txt and display the file contents to the user. This file will have 'incorrect' information in it, so as each line is read the user should get a prompt to correct that line of information. The newly corrected information that the user entered will then need written/appended to a new file called StudentsHoursGrades.txt.
Example format StudyHours.txt file
Aaron RODgers
12
A
Tom brady
9
K
philip Rivers
apple
c
Joe Theismann
15
B
- StudentsHoursGrades.txt in the following format:
- full name
- number of credits
- grade
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
