I am trying to create an app in which I have an array(?) that holds the name and other information(2 strings, 3 ints) of the user. I also want the user to specify how many names the app can hold.
I was wondering exactly how would I do this? I was wondering if I can use a multidimensional array.
Thanks
Sounds like what you’d want is a
Userclass, with the properties each user has, and an array of those.