the output of the following: boolean a= true;boolean b=!true;boolean c=a | b; boolean d=a&b;boolean e=d?b:c; System.out.print(d+" "+e);
Answers
Answered by
4
false true
..............
..............
Similar questions