I am needing to output dollar amounts to the screen. I tried using float and double but they only print numbers that are greater than 0. I use a function to do a calculation and when I return the calculated value it only prints non-zero numbers. For example, when the calculation is done and to total amount should be $3.50 it only prints 3.5 How do I get it to print 3.50?