Question: uestion 3 Given the following Java pseudo code, the output is Edison? int y=1; char x= 'C'; if ((x==C)&&(y==1)) System.out.print( Union); else System.out.print( Edison); True
uestion 3 Given the following Java pseudo code, the output is "Edison"? int y=1; char x= 'C'; if ((x==C)&&(y==1)) System.out.print( "Union"); else System.out.print( "Edison"); True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
