Topics: Declaration, Type Annotation, Naming, and Printing
Swift Quiz #01: Constants and Variables
Constants and variables associate a name with a value of a particular type. Constants have values that cannot be changed, while variables can be reassigned to different values in the future.