How is a procedure different than a function?
O A function is a subroutine, while a procedure is a parameter.
O A procedure and a function are the same thing.
A procedure returns a value, while a function does not.
A procedure does not return a value, while a function does.
DONE