Chapter 6: Problem 23
The _________ statement causes a function to end immediately
Short Answer
Expert verified
Answer: The "return" statement is used to immediately end a function and send a value back to the point where the function was called. This statement is commonly used in programming languages such as Python, C++, Java, and JavaScript.