say I have an array of size i and the user decides the size of the array and the integers that go into the array.
so for example the user chooses an array size of 6, and types in 1,2,3,4,5,6 as the integers, how can I then print these values that the user typed in which were stored into the array?
Tags: