Computers and Technology

Write a program that uses a "for" statement tosum a sequence of integers. assume that the first integer readspecifies the number of values remaining to be entered. yourprogram should read only one value per input statement.
a typical input sequence might be:
"5 100 200 300 400 500"
where the 5 indicates that the subsequent 5 values are tobe summed.

answer
Answers: 1

Similar questions

Do you know the correct answer?
Write a program that uses a "for" statement tosum a sequence of integers. assume that the first inte...

Questions in other subjects: