Computer Science, asked by kumarsameer2797, 3 months ago

Write about conditional block and loop block.​

Answers

Answered by lavairis504qjio
1

Explanation:

Conditional loops are way to repeat something while a certain condition is satisfied, or True. If the condition is always satisfied (never becomes False), the loop can become infinite.

Similar questions