Java Integer Division Tofloat

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