Question: look at the following method header: public static void myMethod (int a, int b, int c) Now look at the following call to myMethod: myMethod
look at the following method header:
public static void myMethod (int a, int b, int c)
Now look at the following call to myMethod: myMethod (3,2,1);
When this call executes, what value will be stored in a?
What value will be stored in b?
What value will be stored in c?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
