Tax:
| UT | 6.85 | | NV | 8.0 | | TX | 6.25 | | AL | 4.00 | | CA | 8.25 |
Discount:
| 1000 | 0.03 | | 5000 | 0.05 | | 7000 | 0.07 | | 10000 | 0.10 | | 50000 | 0.15 |
- Print standard output
- Accept variable price + print price
- Print order total in function of unit price (amount fixed one)
- Accept variable amount + print amount
- Calculate total in function of amount and price
- Accept state + print state
- Print state tax percentage
- Add tax calculation
- Print total with and without tax
- Add discounting