A. Char ch = “a”; B. char ch = “”; C. char ch = “café”; D. char ch = “ucafe”; E. char ch = “ucafe’; F. char ch = “u10100’; G. char ch = (char) true;
Which three logical expressions evaluate to true?()
A. (a = = c) B. (d = = c) C. (b = = d) D. (a = = b) E. (b = = c) F. (d == 10.0)
What is the result? ()
A. The program prints “lava”. B. The program prints “java”. C. An error at line 7 causes compilation to fail. D. Complication succeeds but the program throws an exception.