Respuesta :

Answer:

less

Explanation:

Line 1 //     age = 4;

Line 2 //    if(age > 5)                

Line 3 //         out.print("more");

Line 4 //     else (out.print("less");

Because age is never changed, it will stay at 4. So in the if statement, we are asked if age is greater than 5, and since we know age is 4, we can say NO to that question. Since we didn't meet the requirements to go inside the If statement, we go on down to the else statement, where we print "less".

Answer:

less

Explanation:

ACCESS MORE
ACCESS MORE
ACCESS MORE
ACCESS MORE