Question: Java // please reply using the code provided. I have attached a photo. Define a method find TaxPercent0 that takes two integer parameters as a

Define a method find TaxPercent0 that takes two integer parameters as a person's salary and the number of dependents, and returns the persoris tax percent as a double. The tax percent is returned as follows: Ex. If the input is 1750002 , then the output is 0.18 Ex: If the input is 1750002 , then the output is: 0.18 1 find Taxpercent() is called with the arguments earnings and dependents. find axPercentO's return value is then output, followed by a newline
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
