First page Back Continue Last page Graphics
Lesson 3 Recap
variables: useful containers for information
- numbers: int, float, and byte
- color
- text: char
conditionals: if, else if, and else to decide between code blocks
loops: while and for to repeat blocks of code