Question: What is the output? public class Q { public static void main (String[] args) { } false; boolean a Boolean b= true; Boolean c
What is the output? public class Q { public static void main (String[] args) { } false; boolean a Boolean b= true; Boolean c = false; a = al b; if (c) c = !a; else c = b; b = lc | a; System.out.println(a+"," + c);
Step by Step Solution
3.39 Rating (155 Votes )
There are 3 Steps involved in it
It seems there are syntax errors and inconsistencies in you... View full answer
Get step-by-step solutions from verified subject matter experts
