hi guys new to programming and to stack overflow. I was wondering if i could get a few pointers, so basically i've made an array holding values of 1-200. But now i would like to be able to ask the user for input and then add together the remaining numbers in the array.
e.g. user enters 100 - so then all numbers from 100 - 200 are added together and then the total outputted.
I have a feeling it will be something really simple I just don't know where to start.
Thanks Guys.