Rearrange the following such that the a is false and b is true. Unselect the unwanted statements using the check box.
![]() |
boolean a = 10 > 15 / 4; boolean b = 27 <= 11 * 2; |
![]() |
c = c && b; |
![]() |
boolean d = !a; |
![]() |
boolean c = !b; |
![]() |
b = !a && !b; |
![]() |
a = a ^ !d; |