Random Computer Facts
move(); is an example of a _________________
What is Command
Why do we Indent coding lines?
Helps us read loops, conditions, etc.
What is an If/Else Statement?
Tests code that "IF" a condition is true, then something will happen. "Else," something else will happen.