a. Create an application that allows you to enter student data that consists of an ID number, first name, last name, and credit hours earned. Depending on the student's number of credit hours completed, output each record to either a lowerclassman file (under 60 hours completed) or an upperclassman file (60 hours or more completed). Save the program as LowerAndUpper.java.
b. Expand the LowerAndUpper application so that it displays each record one by one from the lowerclassman file and then from the upperclassman file. Display a heading to introduce each list. For each record, display the ID number, first name, last name, credits earned, and number of additional credits needed to graduate. Assume that 120 credits are required for graduation. Save the program as LowerAndUpperDisplay.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.