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

  1. StudentsHoursGrades.txt in the following format:
    1. full name
    2. number of credits
    3. grade

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!