So im trying to generate a program that will take a floating point number and have the output display it as a currency, example:
input 34534.3675
output $34,534.37
input 99.1
output $99.10
input 2030
output $2,030.00
Any help on what algorithms I should have in my function aruguments ?



LinkBack URL
About LinkBacks


