Recent content by Yozique_Miller

  1. Y

    [JAVA]What does it mean to create a collection of a previously made class?

    Okay, so so far the user enters these things and it populates my Array properly. So, how do I interact with all of that in another class?
  2. Y

    [JAVA]What does it mean to create a collection of a previously made class?

    Hey there, I have one class, my Course class that takes in user input and stores it in these ArrayLists, for the course title, credit and grade. Now the second part of this assignment is for me to "create collection of course, carry out adding, deleting, sorting,searching, and printing...