home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / DA / P / Pica Calculator 2 / PC2 Folder / PC2 Sample Pgms / PC2 Sample Pgms.rsrc / TEXT_1592_Loan Payments.txt < prev    next >
Encoding:
Text File  |  1993-07-16  |  851 b   |  13 lines

  1. This program takes a loan amount, annual interest rate, and number of payments and computes the required payment amount, the total repayment amount, and the total interest paid at the end of the loan.
  2.  
  3. Enter the loan parameters when prompted. When the program pauses the required payment amount is displayed. The following memory locations are also setup with the following results.
  4.  
  5. 1 - original loan amount
  6. 2 - annual interest rate
  7. 3 - number of payments
  8. 4 - required payment amount
  9. 5 - total loan repayment amount
  10. 6 - total interest paid at end of loan
  11.  
  12. Use the recall memory function to display the desired values. To recalulate using only a new number of payments press enter with any non-zero value in the display. To enter new loan parameters press zero and then press enter. To stop the program, Click the Stop button or press command-period.
  13.