190k views
1 vote
Before entering a loop, the first input, or ____, is retrieved.

User Timidboy
by
8.1k points

1 Answer

4 votes

Loop is a control structure that causes a statement or group of statements to repeat.Before entering a loop, the first input, or the accumulator where the total will be kept is retrieved to an initial value, usually zero.

User Hussein Salman
by
8.1k points