multiplying two decimal point numbers
Posted: Tue Jun 23, 2009 10:03 am
how do I multiply two decimal point numbers Ie:
<$x=500>
<$y=0.5>
<$z=($x * $y)>
above method returns 0.
<$x=500>
<$y=0.5>
<$z=($x * $y)>
above method returns 0.