Swift - Loops
Which of the following is the correct syntax for a
repeat-while loop in Swift?repeat-while loop in Swift?repeat, followed by a code block in braces, then the while keyword with the condition.do-while which is not valid Swift syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions