Swift - Loops
What will be printed by this Swift code?
for i in stride(from: 5, through: 15, by: 5) {
print(i)
}for i in stride(from: 5, through: 15, by: 5) {
print(i)
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions