1
Answer

calculate tax, taking money as input in c#

achyuth guddeti

achyuth guddeti

11y
6.8k
1
Write a program of tax calculation. Accept money as input from the user and calculate the tax using following pattern.
 
Money                 Percentage      Total Tax
Less than 10,000          5%              ?
10,000 to 100,000         8%              ?
More than 100,000        8.5%             ?
Answers (1)