if i were to create a program which required the user to enter multiple values, but i do not no how many. How would i go about anticipating the input. For instance if the user were permitted to input any amount of numbers and i wanted to add all the values, how on earth would i do this :(...Its easy when you restrict the amount as you say something like enter x amount of numbers, and then you can manipulate that x amount of numbers without any hassle.
any help much appreciated :)