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:
Related Book For
Starting Out With Java From Control Structures Through Data Structures
ISBN: 9780133957051
6th Edition
Authors: Tony Gaddis
Question Posted: