Could somebody help me understand what this is asking for? I have tried different c++ codes and I don't think im reading it right...
NOTE: IM NOT ASKING FOR THE ACTUAL CODE...
I want to try and figure this one out 1st....but I don't think the way I'm reading it is making me understand where I have to put what...here it goes...
Write a program that uses a for statement to sum a sequence of intergers. Assume that the 1st interger read specifies the number of values remaining to be entered. Your program should read only one value per input statement. A typical input sequence might be
5 50 100 150 200 250
I can't understand what goes 1st, the chicken or the egg! ok that was a joke...:lol:
I keep getting blank values with what I'm doing...
Thanks guys.