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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!