Forums
Learn
Careers
Store
About
SUBSCRIBE
GO FURTHER, FASTER: Try the Swift Career Accelerator today! >>
Question 1/12: This is a valid repeat loop – true or false?
repeat
Hint: Watch out for text that is printed only when a condition is satisfied. Click to show.
for i in 1...10 { print("\(i)...") } print("Ready or not, here I come!")
Correct! This is a for loop, not a repeat loop
for
Oops – that's not correct. This is a for loop, not a repeat loop
Return to Review Menu
You are not logged in
Link copied to your pasteboard.