What output will be produced by the code below?
let names = ["Amy", "Clara"]
for i in 0 ... names.length {
print("Hello, \(names[i])!")
}
What output will be produced by the code below?
let names = ["Amy", "Clara"]
for i in 0 ... names.length {
print("Hello, \(names[i])!")
}
© 2017 QuizBucket.org