In today’s lesson, we will look at Booleans, a data type that stores the result of logical conditions, and Interpolation, an important feature that we can use in String expressions.
Variables are created with var and constants are created with the keyword let. The value of variables marked as var can be changed anywhere in the program.