- Everything is only in 1 class (I need to make them in two).
- To exit the input screen I need to use a String, but all I can seem to do is use double.
- I can't figure out how to make the student name and grade connected, so in the ArrayList, for example, name=Mike and score=90 stay together.
Code:
import java.util.ArrayList;;
Leave a comment: