Suppose a method named showValues accepts two int arguments. Which of the following method headers is written correctly?
a) public static void showValues()
b) public static void showValues(int num1, num2)
c) public static void showValues(num1, num2)
d) public static void showValues(int num1, int num2)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.