I would like to round numbers in multiples of 50 depending on the situation.
I need to round up a number if the last two intergers are greater than 25, and I need to round down if the last two intergers are less than 25.
(Ex: 838 is to be rounded up to 850 and 815 is to be rounded down to 800)
I need to round up a number if the last two intergers are greater than 25, and I need to round down if the last two intergers are less than 25.
(Ex: 838 is to be rounded up to 850 and 815 is to be rounded down to 800)