The table below shows the tax that is applied to income. The tax value increases if someone earns more than a certain amount. Income Tax Rate Less than 11,000 0.0 11,000 – 50,000 0.2 Greater than 50,000 0.5 Write a pseudocode algorithm that accepts a value for income as its input and displays the tax rate that will be applied to that income.
Comments
Leave a comment