Computer Science, asked by pritampaliitian, 1 year ago

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 sauravrnps
4
false true
..............
Similar questions