Suppose a method named show Values accepts two int arguments. Which of the following method headers is

Question:

Suppose a method named show Values 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)  

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: