Question: Java: Create a text file, using Notepad, WordPad, TextEdit, or the PrintWriter class and call it RawData . Your RawData should contain at least 20

Java:

Create a text file, using Notepad, WordPad, TextEdit, or the PrintWriter class and call it RawData. Your RawData should contain at least 20 lines and each line should follow the following format:

For example:

Bob Smith 65 82 91

Nick M. Harris 55 78 89 67

.

.

Student full name is either first name and last name or first name, middle initial with a dot, and last name.

Courses final grades are out of 100, each student has at least one course, each course is a 3-credit hours course.

Write a Java program that produces an output file called Report.

Report should contain student name (only first and last name), number of credit hours taken, and the student average.

For example, using the data given in the above example, Report should be

Student Name Number of credits Student Average

------------------- ----------------------- ---------------------

Bob Smith 10 69.33

Nick Harris 19 62.25

.

.

.

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!