I need to take in any arbitrary amount of integers on one line. Like "enter integers:" 2 3 4 1 5
I do not know the amount that will be entered, so I am not sure how to go about doing this. I have to store the data in an array. Can someone give me a few hints on how to do this? thanks