Question: Given the following Java pseudo code, what is the output? int x,y; x=3; y=1; if (!(x!=y)) System.out.print(Union); else if (x>y+2){ if (y1
Given the following Java pseudo code, what is the output? int x,y; x=3; y=1; if (!(x!=y)) System.out.print("Union"); else if (x>y+2){ if (y1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
