Ch. 6.8: Returning a Value from a Function Flashcards
1
Q
What is a value-returning function?
A
Functions that return a value are known as value-returning functions.
2
Q
What is a local variable?
A
Variables that are defined inside a function are called local variables.