side note but money is often an integer and often 1 is the smallest currency type, for example in $USA that is 1 cent = 1. That way you can avoid floating point problems with money which can be very, very bad when dealing with real money.
you can display the current value in floating point as above, using a precision of 2 and dividing the integer by the conversion (100.0, in this case).