Okay here is the problem I am having.. I am trying to make an array based on a user input.. That means the size of the array is unknown.. Here is what the program should look like.
How many expierments do you want to do? Insert user input here
expierment 1:
expierment 2:
expierment 3:
And so on.. I don't want you to give me the program solution I am just asking of how to create the dynamic array?
Thank you