Programming flowcharts in Visio
Hi,
I need help with this...
A retail company must file a monthly sales tax report listing the total sales for the month, and the amount of state and county sales tax collected. The state sales tax rate is 4 percent and the county sales tax rate is 2 percent.
I need to write a program that asks the user to enter the total sales for the month. The application should calculate and display
a) the amount of county sales tax
b) the amount of state sales tax
c) the total sales tax (county plus state)