Question: A method is declared as public static void showResults(double d, int i). Which of the following is a correct method call? a. showResults(double d, int
A method is declared as public static void showResults(double d, int i). Which of the following is a correct method call?
a. showResults(double d, int i);
b. showResults(12.2, 67);
c. showResults(4, 99.7);
d. Two of these are correct.
Step by Step Solution
3.46 Rating (156 Votes )
There are 3 Steps involved in it
b s... View full answer
Get step-by-step solutions from verified subject matter experts
