cs > variables > Flashcards
what is a local variable
a variable that is declared in a function and can only be used in that function
what are global variables
variables that are declared outside a function