Hello everyone.
I wasn't sure how to do my recent assignment. It involved taking two (technically 3) command line arguments that are text documents that can have different names, but the file is structured the same no matter the way they are named. With that, you are supposed to make a dynamic array that assigns the contents of the file that have different types, such as strings, ints, and floats.
I don't know how you would add the contents of the text file to an array then print it out.