Question: Create a java method called FindTax() that is passed a quantity (integer), price (double), and taxrate (double) as parameters. Have the method find the total
Create a java method called FindTax() that is passed a quantity (integer), price (double), and taxrate (double) as parameters. Have the method find the total for the order by multiplying the quantity times the price, and then find the tax by multiplying the taxrate times the total and then return this tax. [Make sure to return the tax, the return is part of this question.]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
