I am trying to understand how to create a user input amount of class objects in an array.
I have tried declaring the object array index as a private int, and setting it to the user's input value in my implementation file, but this is giving me declaration errors.