QUESTION 23 Which of the following is the best choice for a return type from a function that prompts users to enter their password? char n int string void QUESTION 24 Suppose you nood to write a function that calculates the volume of rectangular boxes. Which of the following is the best choice for the declaratio of this function? void volume (int a) O double volume ( double w, double h, double 1) O
OR
OR