Question:

What output will be produced by the code below?

var motto = "Bow ties are cool"
motto.replacingOccurrences(of: "Bow", with: "Neck")
print(motto)

Answers:


Keywords:

© 2017 QuizBucket.org