All your calculations are dealing with integers which then get put into a float. So only integer values will be the result.
You must override the integers with a "float" in that last calculation.
Paul
All your calculations are dealing with integers which then get put into a float. So only integer values will be the result.
You must override the integers with a "float" in that last calculation.
Paul