Swift Flashcards
1
Q
Variable
A
A name that has a value
2
Q
Value
A
The data inside a variable.
3
Q
Types of variables
A
Constants (let)
Regular (var)
4
Q
Types of values
A
String Integer Doubles Float Boolean
5
Q
Integer
A
A whole number
6
Q
Boolean
A
True or false
7
Q
String
A
Anything with quotation marks
8
Q
Double
A
A decimal number
9
Q
Float
A
A long decimal number
10
Q
A
A program that lets you turn your coding into a organized structure.
Example:
print(“these are my Flashcards)
will turn into
these are my Flashcards