Section 8: Programming Basics 87
Next, set the calculator to Program mode and erase any program(s) already
stored:
Finally, press the keys that we used above to solve the problem manually. Do not
key in 200; this number will vary each time the program is used. Don’t be
concerned right now about what appears in the display as you press the keys;
we’ll discuss that later in this section.
Running a Program
To run (sometimes called “execute”) a program:
1. Press fs to set the calculator back to Run mode. If the calculator is
already in Run mode (that is, the PRGM status indicator in the display is
not lit), skip this step.
2. Key any required data into the calculator, just as if you were calculating
manually. When a program is run, it uses the data already keyed into the
display and the registers inside the calculator.
3. Press t to begin program execution.
Keystrokes (RPN mode) Display
200
200.
Keys in cost of item.
\
200.00
Separates cost of item from
percentage to be keyed in next.
25b
50.00
Amount of discount.
-
150.00
Price less discount.
5
5.
Handling charge.
+
155.00
Net cost (price less discount plus
handling charge).
Keystrokes (RPN mode) Display
fs
000,
Sets calculator to Program mode.
fCLEARÎ
000,
Clears program(s).
Keystrokes (RPN mode) Display
\
001, 36
2
002, 2
5
003, 5
b
004, 25
-
005, 30
5
006, 5
+
007, 40