Question: I need help with the code this this. StudentList.java and StudentListProg.java 1 . Include phone number ( in the format xxx - xxx - xxxx

I need help with the code this this.
StudentList.java and StudentListProg.java
1. Include phone number (in the format xxx-xxx-xxxx) in each record
2. No duplicated ID allowed
3. Add method swap(int id1, int id2) to swap the location of id1 and id2's references in the list
4. Add method modify(int id, String lastName, String firstName, double GPA, String phone) to modify the id's record. If such id does not exist, add it as a new record into the list
I need help with the code this this.

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!