Swift - Loops
Why does a
repeat-while loop always execute its body at least once, even if the condition is false initially?repeat-while loop always execute its body at least once, even if the condition is false initially?repeat-while loop, the code inside the loop runs first before any condition check.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions