Question: 11. public class Test{ 12. public static void main(String [] args) { 13. int x = 5; 14. boolean b1 = true; 15. boolean b2
![11. public class Test{ 12. public static void main(String [] args)](https://s3.amazonaws.com/si.experts.images/answers/2024/09/66d6bad2d5de4_56266d6bad25b637.jpg)
11. public class Test{ 12. public static void main(String [] args) { 13. int x = 5; 14. boolean b1 = true; 15. boolean b2 = false; 16. 17. if (x == 4) && !b2 ) 18. System.out.print("1 "); 19. System.out.print("2"); 20. if ((b2 = true) && b1) 21. System.out.print(" "); 22. } 23.} What is the result
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
