which of the following is true about functions? group of answer choices functions can have only one parameter and can return only one return value. functions can have multiple parameters and can return multiple return values. function can have multiple parameters and can return one return value. functions can have one parameter and can return multiple return values.