There are two forms of conditional DO Loops, DO UNTIL loops and DO WHILE loops . DO UNTIL loops continue executing until the condition you have specified becomes true.
There are two forms of conditional DO Loops, DO UNTIL loops and DO WHILE loops . DO UNTIL loops continue executing until the condition you have specified becomes true.