Compare X and Y

Report a typo

Find the output:

Integer x = 100;
Integer y = x;

x++; x--;

System.out.println(x == y);
Enter a short text
___

Create a free account to access the full topic