1. What is a variable?
A function which allows selection
A function which displays text in the console
A construct which allows us to store data with an associated identifier
A function which prompts the user to enter data
2. Evil Question: Select the rules you must follow when creating a variable:
Select as many answers as appropriate
It must not contain a space
It must start with a “$”
It must not start with a number
It cannot contain any symbols other than “_”
It must contain a number
It must not contain any capital letters