What is a Integer Variable?
A variable that stores whole numbers.
A variable that stores numbers with decimal places.
A variable that stores words.
What is an Real / Float variable?
A variable that stores text.
What is an Boolean variable?
A variable that has just two options.
A conditional statement is one that can be either true or false (depending on the variable values)?
A complex conditional statement uses logical conditions (AND, OR, NOT) to join together 2 or more conditional statements?
Which one of these is an method of Code Readability?
Good Variable Names
Add punctuation.
Use the space-bar.
None of the above.