“x=37,y=5”,”What output 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 + “”

Average Rating
0 out of 5 stars. 0 votes.

“x=37,y=5”,”What output 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);”