Question: Question 9 (9 points) Given the method definition: public static int doSomething (int num1, int num2) int answer: if (num1 num2) else return answer: Suppose


Question 9 (9 points) Given the method definition: public static int doSomething (int num1, int num2) int answer: if (num1 num2) else return answer: Suppose integer variable x was initialized to 10, and integer variable y was initialized to 13, and integer variable result was initialized to 20, and then the above method was called from the following loop in the main method: while (x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
