Swift - Loops
Identify the error in this Swift
repeat-while loop code:var x = 5
repeat {
print(x)
x += 1
} while x < 5repeat-while loop code:var x = 5
repeat {
print(x)
x += 1
} while x < 515+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions