0 / 60 seg.

What will be the output of this Java code using the "if" statement?

int age = 20;
if (age >= 18) {
    System.out.println("You are old enough");
}