i wanted to add 3 decimals places to either string or int.
let say
scenario 1:
a = 8
to
a = 8.000
b = 11.6
to
b= 11.600
c= 34.55
to
c= 34.550
anyone can help?
let say
scenario 1:
a = 8
to
a = 8.000
b = 11.6
to
b= 11.600
c= 34.55
to
c= 34.550
anyone can help?
Comment