Question: Write a Java program that incorporates a loop that prompts the user for student data. Student data are private fields in a student class including:
Write a Java program that incorporates a loop that prompts the user for student data. Student data are private fields in a student class including:
String name
String address
double GPA
Each student object is stored in a linked list.
After the user completes the data entry, output the contents of the linked list in ascending sorted order by name to a regular text file that can be opened and viewed using a simple plaintext editor such as notepad.
Validate numeric data for Grade Point Average GPA
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
