Note:This is a Java program question. Q#6: Create a class for invoice item having attributes invoice id (it’ll be unique for every invoice item), item description (name of product and details),...


Note:This is a Java program question.


Q#6: Create a class for invoice item having attributes invoice id (it’ll be unique for every invoice item), item description (name of product and details), quantity (number of items), and price (sail price). There is behavior to set all values. There is a display method that will show invoice id, item description, quantity, price of single item and total amount of the invoice item.

Create objects to show following details.

    ID Name   Quantity              Price Total Amount

1.    Chips    50 mg small pack   12     10     120

2. Chocolate Biscuit small pack  15     5        75



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here