Question: JAVA: Create a text file, using Notepad, WordPad, TextEdit, or the Print Writer class and call it RawData. Your RawData should contain at least 3

JAVA: Create a text file, using Notepad, WordPad, TextEdit, or the Print Writer class and call it RawData. Your RawData should contain at least 3 lines and each line should follow the following format 1. For example: Bob Hurl Peggy M. O'Brian Alfred Louis 70 88 97 55 74 93 77 68 89 93 74 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 2. For example, using the data given in the above example, Report should be Student Name Number of credits Student Average Bob Hurl Peggy O'Brian Alfred Louis 12 12 85.00 74.75 81.00 JAVA: Create a text file, using Notepad, WordPad, TextEdit, or the Print Writer class and call it RawData. Your RawData should contain at least 3 lines and each line should follow the following format 1. For example: Bob Hurl Peggy M. O'Brian Alfred Louis 70 88 97 55 74 93 77 68 89 93 74 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 2. For example, using the data given in the above example, Report should be Student Name Number of credits Student Average Bob Hurl Peggy O'Brian Alfred Louis 12 12 85.00 74.75 81.00