Section 4: Programming 273
To operate:
4. Switch to RUN.
5. Follow the user instructions below:
STEP INSTRUCTIONS INPUT
DATA/UNITS
KEYS OUTPUT
DATA/UNITS
  To see month at which savings  
   
 
  overtake dnpmt, press  
D  
11.00

Programming Label E : Difference Between Savings and Downpayment at a Specified Month

Here again, a specific answer is required—the difference between downpayment and savings at a specified month. We will use DSZ to cycle through the requisite number of times.
1. Switch to W/PRGM.
2. See 24, the code for RTN at the end of LBL D. You are ready to key in the sequence below:
 
KEY
ENTRY
CODE
SHOWN
COMMENTS
LBL 23  
E 15  
STO 8 33 08 Store desired month
RCL 1 34 01  
STO 2 33 02 Reset savings and
RCL 4 34 04 Monthly dnpmt
STO 5 33 05  
LBL 23 Return point
2 02  
B 12 Calculate savings
A 11 Calculate dnpmt
g 35 Repeat until
DSZ 83 Contents of register
GTO 22 8 is zero
2 02 Then calculate
51 difference
RTN 24  
 
KEY
ENTRY
CODE
SHOWN
   
   
   
   
   
   
   
   
   
   
   
   

R8 

Savings – Dnpmt = Difference
   
   
   
   
To operate:
3. Switch to RUN.
4. Follow the instructions below.
STEP INSTRUCTIONS INPUT
DATA/UNITS
KEYS OUTPUT
DATA/UNITS
  To see difference at any month, 8
E  
464.27
  enter 3
E  
1439.13
     
ETC.  
ETC.