Swift - Optionals
Given a dictionary of optional ages, write Swift code using
Which code snippet correctly does this?
if let to print the age only if it exists for the key "John".Which code snippet correctly does this?
