07-19-2011, 03:16 PM
Hi
var = 9900/500
PRINT var
O/P1: 19.8
var1 = 10000/500
PRINT var1
O/P2: 20
I want the results to display in the format mentioned below.
19.80 and 20.00
Can anyone give the easy solution for this?
Thanks in advance
var = 9900/500
PRINT var
O/P1: 19.8
var1 = 10000/500
PRINT var1
O/P2: 20
I want the results to display in the format mentioned below.
19.80 and 20.00
Can anyone give the easy solution for this?
Thanks in advance