“x = 37, y = 5”,”What will be displayed as a result of executing the following code? int x = 5, y = 20; x += 32; y /= 4; System.out.println(“”x = “” + x + “”, y = “” + y);-x = 32, y = 4-x = 9, y = 52-x = 37, y = 5-x = 160

Average Rating
0 out of 5 stars. 0 votes.

“x = 37, y = 5”,”What will be displayed as a result of executing the following code? int x = 5, y = 20; x += 32; y /= 4; System.out.println(“”x = “” + x + “”, y = “” + y);-x = 32, y = 4-x = 9, y = 52-x = 37, y = 5-x = 160

y = 80″