I am trying to write a program to allow a user to enter the order (size) of a group of objects, then name them.
I have tried using an array but this requires a fixed size.
I have also tried setting...