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 Amount1. Chips 50 mg small pack 12 10 1202. Chocolate Biscuit small pack 15 5 75
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here