Solved

Write a DisplaySalesTax() Method That Receives the Sales Amount and Tax

Question 22

Essay

Write a DisplaySalesTax() method that receives the sales amount and tax rate as doubles, and calculates and displays the sales tax.The method does not return a value.

Correct Answer:

verifed

Verified

public static void DisplaySalesTax(doubl...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions