Victor V12 Owner's Manual page 64

Financial calculator
Hide thumbs Also See for V12:
Table of Contents

Advertisement

V I C T O R
T E C H N O L O G Y
Continue program execution sequentially to the next line of program
memory (if the tested condition was true when executed.)
Or
Skip instruction in the next line of programming and continue with the
following line (if the tested condition was false.)
Example
Create a program that determines the amount owed on a credit card after
making $100 payments each month. The interest rate is 12% per year or 1%
per month. Program a brief pause after showing each monthly amount. Stop
the program when the amount owed is less than $0.
ENTRIES (RPN)
000,
b
P/R
Puts the calculator in Program method
b
PRGM
Memory program is cleared.
001,
1
Digit 1 is the first program line
002,
%.
Multiply by 1% to calculate monthly interest
003,
+-
Add the 1% interest to the amount owed
004,
1
Digit 1 is the fourth program line
005,
0
Digit 0 is the fifth program line
006,
0
Digit 0 is the sixth program line
007,
-.
Subtract $100 from the amount owed
DISPLAY
1
25
40
1
0
0
30
64

Advertisement

Table of Contents
loading

Table of Contents