Chapter 5: Problem 5
\((\text {Summing Integers})\) Write a program that uses a for statement to sum a sequence of integers. Assume that the first integer 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 \\[5100200300400500\\] where the 5 indicates that the subsequent 5 values are to be summed.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.