Hello
I know the title is horribly explained....
I want to store about Bob his name (string), last name (string), and age (integer).
Basically that; Im thinking about a 3 demensional array. Would this be correct? Also I want easy; I dont care if it takes up more memory of if it is slower. By that, I mean that I am not going to make a object just for this.
What is the best way to do this?