“Nothing, this is an error”,”What will be the displayed when the following code is executed?final int x = 22, y = 4;y += x;System.out.println(“”x = “” + x + “”

Average Rating
0 out of 5 stars. 0 votes.

“Nothing, this is an error”,”What will be the displayed when the following code is executed?final int x = 22, y = 4;y += x;System.out.println(“”x = “” + x + “”

y = “” + y);”