pointerEX2PRO.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 first = new Employee("John", 1000);
Employee second = new Employee("Sam", 2000);
Employee third;

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

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

No hints