How do you declare a Variable?
With the var-Keyword

If you are clear about the kind of values the constant or variable can store, how do you provide a type annotation when you declare a variable?
Write a type annotation by placing a colon after the constant or variable name, followed by a space, followed by the name of the type to use.

What represents whole Numbers and what is the keyword?
Integer - Int
Which two Types represent floating-Numbers in Swift?
What is their keyword and Difference?
How do you convert variables in different Types?
How do you concatenate a string with an variable?
” string…. (nameOfVaribale)”