Question: In Java, allow a user to enter a 3-digit IDnumber, name, year of birth and IQ score. Store the information in a sorted list (either
In Java, allow a user to enter a 3-digit IDnumber, name, year of birth and IQ score. Store the information in a sorted list (either array or linked list). Allow the user to indicate when all the IDs have been entered and then write all the information in the list to a text file named iq.txt. Subsequent runs bring back the data created in the earlier run and allow the user to continue adding to the file. Create a second program that reads in the text file created above. Allow the user to retrieve the information for a given ID and display the information.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
