by aredshaw
An application which will calculate how long it will take to pay off a credit card at a given interest rate and payment amount, and how much of what is paid will go toward interest.
Added a date field and made minor improvements on the GUI.
This release includes a bug fix of a major logic error. On my previous releases I was not dividing the interest by 12 for the correct monthly breakdown.
aredshaw commented on the Interest Calculation artifact
This was a major bug fix of a logic error. I was calculating the interest incorrectly, not dividing the annual interest by 12 for monthly calculations. A kind user pointed this out to me.
Anonymous created the Interest Calculation artifact
Fixed infinite loop bug for payment amount being smaller than the interest amount.
This is a program written entirely in Java which will calculate how long it will take at your current rate to pay off your credit card. It will also calculate how much you will spend on interest overall. This information can be useful to find out how ...
aredshaw created the infinite loop artifact
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use