Switch Statement
0.0
(0)
- Switch helps handle lots of conditions neatly.
- 877.334.2663
- joinus@mycodingclasses.com
Trace
0.0
(0)
- Tracing means watching your code run step by step.
- 877.334.2663
- joinus@mycodingclasses.com
Case
0.0
(0)
- Each case is one possible choice in a switch statement.
- 877.334.2663
- joinus@mycodingclasses.com
Dry Run
0.0
(0)
- A dry run means testing code on paper before running it.
- 877.334.2663
- joinus@mycodingclasses.com
Default
0.0
(0)
- If nothing matches, default is what happens next.
- 877.334.2663
- joinus@mycodingclasses.com
Update
0.0
(0)
- Updating variables lets your program react and grow.
- 877.334.2663
- joinus@mycodingclasses.com
