pointerEX1PRO.initJSAV()

Your task in this exercise is to show the behavior for some code.

The following lines of code will set up the picture below:

Employee johnRef = new Employee("John", 1000);
Employee samRef = new Employee("Sam", 2000);
Employee empRef;

Now, modify the picture below to show the effects of executing the following lines of code.

[pointerEX1PRO.userInput]
if (!pointerEX1PRO.checkAnswer() && !guess[0]) { return ""; // User did not click, and correct answer is not // initial array state } else {return pointerEX1PRO.checkAnswer();}

Make sure to reproduce the behavior in the correct order.