Skip to content

The division that lies to you

Six questions about the maths Java does behind your back.

W1
Question 1 of 60 right · 4 to pass
What does this print?

What does this print?

int a = 7;
int b = 2;
System.out.println(a / b);
The division that lies to you · Robot On-Ramp