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

This is a Java Homework 1- For the shown method (mystery), assume,

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!