Using variables
Which of the following statements is true?
- variables have names
- variables have data types
- variables have values
- variables use memory
- variables use storage
- all variables use the same amount of memory
- all variables use the same amount of storage
- once set, variable values never change
- once set, variable values cannot change until a new event occurs
- variable values can change as often as the programmer wishes
What is the key difference between variables and constants?
What do variables and constants have in common?