Write a C program that create a tax calculation program for food stores. Some food items and all non-food items are subject to a stae wide sales tax and local district taxes. Due to differences in district taxes, each store uses different tax rate:
Del Mar - 7.25%
Encinitas - 7.5%
La Jolla - 7.75%
Write C program that displays the sales tax amount for each store location for purchase amount of $125.00
In addition to calculating the sales tax for each location, calculate and display the total sale amount for each location.
Have the user select from a menu which store to use for the tax calculation. Calculate and display the tax amount for the
store selected and the total sale amount for that store.
Insert comments in the program to document the program internally.
Design a flow chart.
Start Free Trial