Hey there
I have this C++ program to do where I have to output principal, interest and debt and those type of things, all in a table.
My program works well, except fot the fact that the cents are not correctly outputted. Like, instead of getting a value like 46999.88, im getting 46999.17 :eek:
Can anyone please help me?
Thx...