Scope
0.0
(0)
- Scope means where in the program a variable can be seen or used.
- 877.334.2663
- joinus@mycodingclasses.com
Local Variable
0.0
(0)
- Local variables exist only inside the code block where you create them.
- 877.334.2663
- joinus@mycodingclasses.com
Continue
0.0
(0)
- Continue jumps over one part of a loop and goes to the next cycle.
- 877.334.2663
- joinus@mycodingclasses.com
Global Variable
0.0
(0)
- Global variables can be used by any part of your program.
- 877.334.2663
- joinus@mycodingclasses.com
Input
0.0
(0)
- Input lets people give data to your program, like typing their name.
- 877.334.2663
- joinus@mycodingclasses.com
