Question 1/12: This loop will print at least five lines of text – true or false?
Hint: Click to show.
let singers = ["Adele", "Ed", "Taylor"]
for singer in singers {
print("Who wants to hear a song by \(singer)?")
}
Link copied to your pasteboard.