Category:Conditional loops: Difference between revisions

m
internal links
m (internal links)
 
(2 intermediate revisions by the same user not shown)
Line 3:
This category is about conditional loops.
 
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-whileWhile|while]] loops, [[until]] loops, and [[untilLoops/Do-while|repeat]] loops. Tasks in this category show how conditional loops can be used to accomplish repetitive tasks.
 
[[Category:Control Structures]]
[[Category:Loops]]
[[Category:Solutions by Programming Task]]