Question: Question 22 What will be printed by the statements below? int x = 20; int y = x; X += 3; y *= 2; System.out.print(x
Question 22 What will be printed by the statements below? int x = 20; int y = x; X += 3; y *= 2; System.out.print("x = " + x + ", y = " + y); O x = 23, y = 46 O x = 23, y = 40 46, y = 46 x = 3, y = 2 x =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
