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