98 Section 8: Programming Basics
Now, to run the program:
If the duration of the pause is not long enough to write down the number
displayed, you can prolong it by using more than one u instruction.
Alternatively, you can have the program automatically stop as described next.
Stopping Program Execution
Stopping Program Execution Automatically. Program execution is
automatically halted when the program executes a t instruction. To resume
executing the program from the program line at which execution was halted,
press t.
Keystrokes
(RPN mode)
Display
fs
950.61
Sets calculator to Run mode.
fCLEAR²
0.00
Clears registers R
1
– R
6
.
6.75?0 Stores tax rate.
13\68.5
68.5
Enters quantity and price of first
item on invoice.
t
890.50
AMOUNT for first item.
60.11
TAX for first item.
950.61
TOTAL for first item.
18\72.9
72.9
Enters quantity and price of
second item on invoice.
t
1,312.20
AMOUNT for second item.
88.57
TAX for second item.
1,400.77
TOTAL for second item.
24\85
85.
Enters quantity and price of third
item on invoice.
t
2,040.00
AMOUNT for third item.
137.70
TAX for third item.
2,177.70
TOTAL for third item.
5\345
345.
Enters quantity and price of
fourth item on invoice.
t
1,725.00
AMOUNT for fourth item.
116.44
TAX for fourth item.
1,841.44
TOTAL for fourth item.
:1
5,967.70
Sum of AMOUNT column.
:2
402.82
Sum of TAX column.
:3
6,370.52
Sum of TOTAL column.