Question: java please 4. (12) TABLE 1 below shows the taxrate for pairs of status and income ranges. Write Java code for a method named computeTaxrate
4. (12) TABLE 1 below shows the taxrate for pairs of status and income ranges. Write Java code for a method named computeTaxrate that accepts two integers and returns the taxrate as specified by the table. For example, if status of 1 and income of 25000 were passed to computeTaxrate, it would return a value of .02 If 2 and 85000 were passed, it would return a value of .12
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
