A. x is 2. B. x is 4. C. x is 1. D. x is 3.
A.2 B.1.0 C.0 D.2.0
A.(A), (B), and (C) are the same B.(B) and (C) are the same C.(A) and (C) are the same D.(A) and (B) are the same
A.i = j = k = 1; B.i = 1; j = 1; k = 1; C.i = 1 = j = 1 = k = 1;
A.true B.false
A.byte B.short C.long D.int
A.cannot happen in Java B.causes overflow C.causes underflow D.causes no error
A.Yes B.No
A.input.nextInteger(); B.input.nextInt(); C.input.int(); D.input.integer();