Forums
Learn
Careers
Store
About
SUBSCRIBE
GO FURTHER, FASTER: Try the Swift Career Accelerator today! >>
Question 1/12: This code is valid Swift – true or false?
Hint: Function names and their parameters are case-sensitive. Click to show.
func count(to: Int) { for i in 1...to { print("I'm counting: \(i)") } }
Correct! This code is valid Swift.
Oops – that's not correct. This code is valid Swift.
Return to Review Menu
You are not logged in
Link copied to your pasteboard.