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