1. Which of the following loop structures executes for a fixed number of times?
Answers
Answered by
0
Answer:
True BASIC provides two loop structures that let your programs execute the same statements several times. FOR structures, often called FOR loops, repeat a block of statements a specified number of times. DO structures, or DO loops, repeat a block of statements until a certain condition is satisfied.
Similar questions