Untitled

Anonymous
plain_text
01/19/2024 10:16 PM
412 B
20
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