I'm trying to use a loop to load an array from a file with strings and ints. Additionally while it is loading into the array I would like it to set the class names. So I can call it to output with a different function. I think the rest of my program is working but I always struggle with loops.