11/11 task:
-
Use the precedence rules to help you evaluate the Boolean expression in the single line comment above the tricky variable.
-
Then, set the boolean variable tricky equal to the result (either true or false).
What I’ve tried so far:
( 3 >= 3 && (true || true);
boolean tricky = true || false;
Someone please just give me the right code…
Best regards, Simon…