Problem 44445. Tax Calculator
Calculate the tax for a given income.
10% tax is paid for any income up to $2,000.
20% tax is paid for additional income up to $3,000.
30% tax is paid for any additional income over $3,000.
For example, the tax for an income of $2,500 is calculated as follows:
$2,000 * 10% + $500 * 20% = $300
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers208
Suggested Problems
-
Remove the two elements next to NaN value
656 Solvers
-
Basics: 'Find the eigenvalues of given matrix
423 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
382 Solvers
-
Check that number is whole number
4523 Solvers
-
352 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!