: A retail company must file a monthly sales tax report listingthe total sales for the month, and the amount of state and countysales tax collected. The state sales tax rate is 5 percent and thecounty sales tax rate is 2.5 percent. Write a function that asksthe user to enter the total sales for the month and separatefunctions for each calculation. From this figure, the applicationshould calculate and display the following (15 points):
The amount of county sales tax
The amount of state sales tax
The total sales tax (county plus state)
: A retail company must file a monthly sales tax report listing the total sales for the month, and the amount of state a
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am