First page Back Continue Last page Graphics
What are Variables?
We know how to draw things in Processing:
- each drawing command requires numbers or colors
- typing repeating numbers can be a pain!
- what about using math?
Variables: containers used to store values
- can change at any time ... hence the name
- can have whatever name we want, as long as it is a word the computer does not know already