HP 12c User Manual page 98

Financial calculator
Hide thumbs Also See for 12c:
Table of Contents

Advertisement

98
Section 8: Programming Basics
Example: Create a program that calculates the entries in the AMOUNT, TAX,
and TOTAL columns for each item on the jewelry distributor's invoice shown on the
next page, and also calculates the total in each of these columns for all items on
the invoice. Assume the sales tax is 6
To conserve lines of program memory, instead of keying in the tax rate before the
b instruction we'll store it in register R
Before storing the program in program memory, we'll calculate the required
amounts for the first item on the invoice manually. The keystroke sequence will use
storage register arithmetic (described on page 24) in registers R
calculate the column sums. Since these registers are cleared when fCLEAR² is
pressed, we'll press those keys before beginning the manual calculation — and
also later, before running the program — to ensure that the column sums are
"initialized" to zero. (Pressing fCLEARH would clear registers R
but would also clear R
File name: hp 12c_user's guide_English_HDPMBF12E44
Printered Date: 2005/7/29
3
/
%.
4
and recall it before the b instruction.
0
, which will contain the tax rate.)
0
Page: 98 of 209
Dimension: 14.8 cm x 21 cm
, R
, and R
to
1
2
3
through R
,
3
1

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents