I'm making a small educational program for my university course and I have a text file that goes like this:
1 2 3
What is the function of a binary Adder?
What is the purpose of the stack?
What is the difference between DC and AC?
I need a string array to be filled so that each line goes into a new position (consecutive of each other)
Also, the text document will change in length as more questions are added and such. So far I haven't found any ways of doing that that facilitate all these things...