Day 1 - Swift Variables, Constants, Strings, and Numbers
·876 words·5 mins
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.