Please enable JavaScript to use CodeHS

APCSP20: AAP-2.K.5

CodeHS Lessons

In REPEAT UNTIL(condition) iteration, if the conditional evaluates to true initially, the loop body is not executed at all due to the condition being checked before the loop.