What is the output of the following Java code?
int a = 5; int b = 2; System.out.println(a / b);
2.0
2
2.5
3