Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- For the extra credit assignment,
- Remove all references to arrays from Homework 7.
- Remove references to "n."
- As you process each record, add it to the ArrayList.
- Use Collections.sort to sort the ArrayList.
- Write a new print method that will print the elements in the array list. You may copy/paste the one from the GitHub repository I uploaded.
- The repo also contains the notes I used in the video.
Advertisement
Add Comment
Please, Sign In to add comment