Function: A self-contained block of code that performs a specific task and can return values.
Void:A keyword used in programming languages to indicate that a function does not return any value.
Return statement: A statement within a function that specifies what value should be returned when the function is called.