Hello,
I'm trying to convert cents to dollars, i.e add a decimal place. The problem I've encountered is that when the cents value is in hundreds, i.e. 100 cents = 1.00, it drops the .00 and just shows 1.
Below is an example of how I'm trying to do this... Is there a better way to do this...