hi i need some help here … the code is public class IfElse {
public static void main(String args) {
if (5 < 4)
{
System.out.println(“I defy the Boolean laws!”);
}
else
{
System.out.println(“You can thank George Boole!”);
}
}
} and the instructions are “The if/else statement in the code editor currently prints out the code in the if block. Modify the if statement’s Boolean expression so that the code in the else block gets executed and prints to the console.” and he refused to continue whhhhhyyyyy !!!