A correct method call to a method that has the following heading would be: int result(int [

Question:

A correct method call to a method that has the following heading would be:

int result(int [ ] anArray, int num)

a. Write(result(anArray, 3));

b. result(anArray, 30);

c. Write(result(anArray[ ], 3));

d. result(anArray[ ], 30);

e. none of the above

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

Step by Step Answer:

Question Posted: