java integer division tofloat

instead of writing
v = s/i (this does integer division)
write v = (float)s/i
Tender Tapir