Posts

Showing posts from June, 2024

JAVA PROGRAMMING (tax)

DESCRIPTION :         ★ This program about the exclude and include tax of the products.          ★ ProductExcludingTax class used to calculate the excludetax of product.           ★ ProductExcludingTax()-for gathering the products details.           ★ CalculateTotalAmount()-for calculate the excluding Tax.            ★ Void display () - for display the calculated excluding tax.            ★ Product including Tax class used to calculate the including tax  of product.  it has three functions,            ★ ProductincludingTax()-for gathering the products details.             ★ CalculateTotalAmount()-for calculate the including Tax.             ★ Void display () - for display the calculated including tax. EXCLUDING TAX :...