Intro to Computer Programming > Ch. 6.8: Returning a Value from a Function > Flashcards
What is a value-returning function?
Functions that return a value are known as value-returning functions.
What is a local variable?
Variables that are defined inside a function are called local variables.