which of te following loop structure executes for a fixed number of times
Answers
Answered by
3
Explanation:
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