One way to avoid round-off errors is to use which of the following methods?
a) Math.truncate()
b) Rounding to the nearest integer
c) Math.floor()
d) Math.ceil()