VICTOR TECHNOLOGY
57
To ensure your program runs correctly, use the SST button while in RUN mode
to move to the next line in the program and display its key code and line
number. In RUN mode, releasing the SST button executes the program line
instruction that was just displayed, and then displays the result of the execution
of that line.
Example
Re-enter the program described earlier in this chapter: Your online business is
having a 30% off sale. The program finds the net price of each item after the
discount and the $10.00 shipping and handling fee is added. After entering the
program, run the program with an initial price of $200 using SST.
ENTRIES (RPN) DISPLAY
b P/R 000,
Sets calculator to program mode
ENTER 001, 36
3 002, 3
0 003, 0
% 004, 25
-- 005, 30
1 006, 1
0 007, 0
+- 008, 40
Program is now stored
b P/R 0.00
Sets calculator to run mode
200 200
Enters the initial price