let a = 2
= ⇒ is an assigning operator
a += 2 ⇒ adding 2 to a variable
Have to be of same data types i.e (float with float, int to int)
Swift supports the four standard arithmetic operators for all number types:
Swift supports the following comparison operators: