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 numl, num2)
c) public static void showValues(numl, num2)
d) public static void showValues(int numl, 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.