Which statements when inserted at (1) will not result in a compile-time error? Select the three correct

Question:

Which statements when inserted at (1) will not result in a compile-time error?

image text in transcribed

Select the three correct answers.

(a) int result1 = i

(b) int result2 = i

(c) Number number = i

(d) System.out.println(i

(e) System.out.println(i

(f) System.out.println(i == j ? i == j : "i not equal to j");

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: