Question: help please multiple choice Question 4 int x = 1; int y = x + x++; System.out.println(y is + y): //The output generated will

help please multiple choice
Question 4 int x = 1; int y = x + x++; System.out.println("y is " + y): //The output generated will be yis 3 oyisi oyis2 oyisy Question 5 int x = 1; int y = x+ --X; System.out.println("y is "+y); //The output generated will be viso ris2 is 1 visy
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
