HI, new to the forum...
Im trying to create a program that accepts 10 whole numbers from -100 to +100, and then performs sums to calculate the sum of these numbers, and then seperate sums for the negative, and then the positive numbers. Curently I have a prompt for each input, followed by code to add it to a running total, as well as adding it to the +/- running totals.
I think im going about this a very long way....how would I let the user enter the 10 integers in one go, and then do all the sums at the end, instead of after every input.
Any advice much appreciated