Forums
Learn
Careers
Store
About
SUBSCRIBE
NEW: Learn SwiftData for free with my all-new book! >>
1/10: This code should create name and age constants, then print them out.
name
age
Create the name constant first.
print("Your name is \(name) and your age is \(age).")
let age = 38
let name = "Paul"
That's correct!
That's not quite right – keep trying.
Click here to start again
You are not logged in
Link copied to your pasteboard.