What is the value of b bat line 5()?
A. -1 B. 225 C. 127 D. Compilation will fail. E. Compilation will succeed but the program will throw an exception at line 4.
What is the result?()
A. baz has a value of 0. B. baz has a value of 1. C. baz has the value of 2. D. An exception is thrown. E. The code will not compile.
Which statement is true()?
A. Compilation succeed and d take the value 253. B. Line 5 contains an error that prevents compilation. C. Line 5 throws an exception indicating “out of range” D. Line 3 and 4 contain errors that prevent compilation. E. The compilation succeed and d takes the value of 1.