1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Local Variable
a variable that is accessed only from within the subprogram in which it is created.
Global Variable
a variable that can be accessed from anywhere in the program, including inside the subprogram.
Procedure
Unlike a function, it does not return a value to the main program.
Parameter
the names of the variables that are used in the subprogram to store the data passed from the main program as arguments.