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