iOS Swift - Swift Language Essentials
Which of the following is the correct way to declare a constant in Swift?
let to declare constants that cannot change.var declares variables, const and constant are not Swift keywords.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions