HI, So i’m supposed to make the ‘else if’ statement go true, I tried making it (round < 12) but that didn’t work, please help! (I deleted the missing code to make it easier to see).
if (round > 12) {
System.out.println("The match is over!");
} else if (round < 12) { <--------------
System.out.println("The match is underway!");