Swift Programming Tutorial: Variables, Constants, and Data Types

This article is part of my Swift Programming Tutorial series.
What is a variable
Variables are used to store data. The stored data can be referenced or manipulated in a code. In other words, you can think of variables as containers that hold data.