I'm doing a school assignment with QuickBASIC (does it make any difference that I'm using QuickBASIC and don't just say BASIC?).
I'm not exactly sure of the terminology, so if something I post doesn't make sense, please have me clarify it
.
When I'm printing integers, it always adds a space before and after it. How can I make it not do that?
Also, when printing an integer, how do I set the amount of decimal pplaces to output? It just uses the least amount neccessary.
It's a cost calculator, but with these two problems I'm having, prices end up like
$ 238.5 rather than
$238.50.
I hope somebody can help me.