In the _____ construct loops are used.
Answers
Answered by
1
Answer:
Explanation:
The amount by which the counter is changed every time it loops is indicated by the Step construct. The default step value is 1. This prints out 0, 2, 4, 6, 8, 10. The loop value is then changed until it exceeds the terminating value.
Similar questions