Analyze the outcome of this Java code:
float result = (float)3 / 2; System.out.println(result);
2
1
An error occurs
1.5