Swift - Loops
Identify the error in this Swift code snippet:
for i in stride(from: 1, through: 10, by: 0) {
print(i)
}for i in stride(from: 1, through: 10, by: 0) {
print(i)
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions