if I have an integer `val price = 1450000`, how do...
# getting-started
d
if I have an integer
val price = 1450000
, how do I format it like
1,450,000.00
?