A scavenger hunt question from the assigned readings.)
Consider the statement if ((a! = null)&&(a.x()))a.y(); What feature of the a && b makes it classify as a control structure? Rewrite this as 2 nested if statements.
What should be the type of the return value of the method x?