Hi I have tried this multiple ways, even though the program runs, lesson is not allowing me to move on.
Not sure what I am doing wrong. Please help.
- Code runs, but cannot move on to next step.
// ( 3 >= 3 && !(true || true) )
boolean tricky=(3 >= 3 && !(true || true));
2.Code runs, but cannot move on to next step.
// ( 3 >= 3 && !(true || true) )
System.out.println( 3 >= 3 && !(true || true) );
boolean tricky=(false);