# write program to get item price from a user (via a keyboard) # apply 20% discount, apply sale tax 5%, # and then display the final sale price # 1. get the item price and store in a memory # 2. apply 20% # 3. apply sale tax 5% # 4. display final sale price