Question: DATATYPE CLASS There are two data type classes: * Class FA 2 0 2 4 _ Course _ yourLastName Class FA 2 0 2 4

DATATYPE CLASS
There are two data type classes:
*Class FA2024_Course_yourLastName
Class FA2024_Course_yourLastName keeps course name, the letter grade, no-argument constructor, parameterized constructor, and the method toString() to create the output string in the following format. If the letter grade is X then display Not Complete:
courseName letterGrade
For example:
FA2017-PHYS1401 B
FA2022-MUSI1181- Not Complete
*Class FA2024_Student_yourLastName
Class FA2024_Student_yourLastName holds the information of a student about student id (String), last name(String), first name(String), phone(String), address(String) and courseList (LinkedList) that keeps the list of courses of one student)
Also, the class has no-argument constructor, parameterized constructors, method toString() to provide the output of the student on the screen and the method toFile() to provide the output of the student to the output file.
*Output on the screen (method toString())
Student ID: 1212121
Student: Kevin Bellamy
Phone: 2146545676
Address: 34 GreenVille Richardson TX 75080
COURSES:
SP2021-COSC1301- A
FA2022-GOVT2305- A
SP2024-ENGL1302- B
SP2024-GOVt2306- A
FA2024-COSC2436- X
FA2024-MUSI2425 X

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 Programming Questions!