0 / 60 seg.

What is the output of the following Java code?

int a = 5;
int b = 2;
System.out.println(a / b);