Solved

Which One of the Following Is the Correct Header for a Method

Question 24

Multiple Choice

Which one of the following is the correct header for a method named arrMeth that is called like this: arrMeth(intArray) ; // intArray is an integer array of size 3


A) public static void arrMeth(int[] ar, int n)
B) public static void arrMeth(r[], n)
C) public static void arrMeth(int n , int[] ar)
D) public static void arrMeth(int[] ar)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions