Run these math expressions, one at a time, in the Java REPL at the right.
5.0/2
(double) 5/2
5/2
3+5.0/2+5*2
3.0+5/2+5*2
(int)(3.0 + 5)/(2 + 5 * 2)