I’m doing this: No matter what I do, the result always ends with 2 decimal places being ‘.00’. So if the first number is 200.12 and the second is 100.08, it should be alerting me with 100.04 but instead I get 100.00. Why might this be happening? Answer You used parseInt to convert that number to an integer and then