Operators
© examsiri.com
Question : 12 of 23
Marks:
+1,
-0
Place the fragments into the code to produce the output 33. Note, you must use each fragment exactly once.
CODE:
CODE:
class Incr {
 public static void main(String[] args) {
  Integer x = 7;
  int y = 2;
  x ___ ___;
  ___ ___ ___;
  ___ ___ ___;
  ___ ___ ___;
  System.out.println(x);
 }
}
Go to Question: