Question:

What output will be produced by the code below?

let names = ["Amy", "Clara"]
for i in 0 ... names.length {
    print("Hello, \(names[i])!")
}

Answers:


Keywords:

© 2017 QuizBucket.org