Question: This is a Java Homework 1- For the shown method (mystery), assume, a and b will both be less than 16. Give two examples of
This is a Java Homework

1- For the shown method (mystery), assume, a and b will both be less than 16. Give two examples of possible a and b values and show what the return value would be. Show your work.
2- Give a general definition for what mystery does. You may rewrite mystery() using java or pseudocode in the box below to show the simple definition.
public static int[] mystery(int a, int b) { int[] arr = new int[2]; b = b * 16; for(int i = 0; i = ) a = a - b + 1; } arr[@] - a % 16; arr[1] - a / 16; return ret; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
