The operation tells the program what kind of calculation to perform.
|
Enter: |
to calculate "Amount" like this: |
|
% |
Amount = Rate % of Reference Amount |
|
* |
Amount = Rate x Reference Amount |
|
/ |
Amount = Reference Amount |
|
+ |
Amount = Reference Amount + Rate |
|
- |
Amount = Reference Amount - Rate |