Write a program that displays the sales tax with two digits after the decimal point.
To use augmented assignment operators (+=, -=, *=, /=, %=)
To distinguish between postincrement and preincrement and between postdecrement and predecrement
To convert numbers to a different type using casting