What is the result?()
A. foo has the value of “” B. foo hast he falue of null. C. foo has the value of “blue” D. foo has the value of “green” E. An exception is thrown. F. The code will not compile.
What the output?()
5
A. The program runs and prints nothing. B. The program runs and prints “Equal”. C. An error at line 5 cause compilation to fail. D. The program runs but aborts with an exception.