Swift - Loops
Find the error in this Swift code snippet:
let colors = ["red", "green", "blue"]
for color in colors
print(color)
}let colors = ["red", "green", "blue"]
for color in colors
print(color)
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions