What are the values of num1 and num2 and result after the execution of mystery(num1, num2) ? public static void main (String [] args) { int numl 7B int num2 = 13; int result = mystery (num1, num2);...


Help 25


What are the values of num1 and num2 and result after the execution of<br>mystery(num1, num2) ?<br>public static void main (String [] args)<br>{<br>int numl<br>7B<br>int num2<br>= 13;<br>int result = mystery (num1, num2);<br>public static int mystery (int firstNum, int secondNum)<br>{<br>firstNum<br>= firstNum *<br>3;<br>secondNum = secondNum *<br>2;<br>return firstNum + secondNum;<br>numl:<br>num2:<br>result:<br>

Extracted text: What are the values of num1 and num2 and result after the execution of mystery(num1, num2) ? public static void main (String [] args) { int numl 7B int num2 = 13; int result = mystery (num1, num2); public static int mystery (int firstNum, int secondNum) { firstNum = firstNum * 3; secondNum = secondNum * 2; return firstNum + secondNum; numl: num2: result:

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here