Category:Conditional loops: Difference between revisions

Content added Content deleted
Line 5: Line 5:
Conditional loops test for conditions around the loop, and repeatedly executes a block of instructions whilst the condition is true. Types of conditional loops include [[Loops/Do-while|while]] loops and [[until]] loops. Tasks in this category show how conditional loops can be used to accomplish repetitive tasks.
Conditional loops test for conditions around the loop, and repeatedly executes a block of instructions whilst the condition is true. Types of conditional loops include [[Loops/Do-while|while]] loops and [[until]] loops. Tasks in this category show how conditional loops can be used to accomplish repetitive tasks.


[[Category:Control Structures]]
[[Category:Loops]]
[[Category:Loops]]
[[Category:Solutions by Programming Task]]
[[Category:Solutions by Programming Task]]