Answer:
"Option C" is the correct answer to this question.
Step-by-step explanation:
In the given method definition code, a static method "showProduct" is declared, that accepts two-variable "num1 and num2", as a parameter, in which the num1 variable is an integer type and num2 is double type. In method calling option, c is correct and others were wrong, which can be described as follows:
- Option a and Option d both options are wrong because in method calling both parameters are double type.
- In option b, In this option first parameter is a double type and second is an integer, that's why it is wrong.