Hi there, I've been toying around with this small program, and have only run into one problem. In the case that the total price has a 0 as its last decimal place, it does not display that 0, only the number prior (e.g. If the total price was 125.50, it would display 125.5) If anyone knows how to fix that, it'd be great.
Thanks for the help ats15, I was able to use a fixed set precision of 2 to fix this problem. Unfortunately OUIJ, I wasn't able to solve my problem with the code, thanks for the help though!