This article is part of my Swift Programming Tutorial series. The primary goal of declaring a data type is to avoid unnecessary related errors in your program by making you code clean and organized. Swift has 6 basic data types: string, character, integer, float, double, and bool. This data types…