which is repeated exclusion of certain step for a fixed number of time
Answers
Answered by
0
Explanation:
repeat / until loop
The repeat / until loop is a loop that executes a block of statements repeatedly, until a given condition evaluates to true . The condition will be re-evaluated at the end of each iteration
Answered by
0
Answer:
- Loops are control structures used to repeat a given section of code a certain number of times or until a particular condition is met. Basically there are two main types of loops: entry controlled loop and exit controlled loop.
Please mark my answer as Brainliest ❤️
Similar questions