Computer Science, asked by rawatsushma2007, 20 days ago

which of te following loop structure executes for a fixed number of times​

Answers

Answered by srinuthiyagarajan
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