Untitled
unknown
plain_text
2 years ago
308 B
13
Indexable
public class ClassListTester
{
public static void main(String[] args)
{
//You don't need to change anything here
Roster.addStudent("Alan", 11);
Roster.addStudent("Alex", 10);
Roster.addStudent("Anita", 12);
System.out.println(Roster.printClassList());
}
}Editor is loading...
Leave a Comment