Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Develop an application that should accept the details of the item like; the name of item ordered, quantity and unit price; from the user as

Develop an application that should accept the details of the item like; the name of item ordered, quantity and unit price; from the user as long as user has more items to order. Then it should compute charges for each ordered item (i.e. multiply quantity and unit price), the sub-total of the order (adding the charges of all the items), and the tax. The tax should be 13% of the sub-total. Display the bill for the customer with the name of store, date of sale, details of all the items, sub-total, taxes and net total (sub-total plus taxes) on the screen.Your solution should:

Create and use an item class where

oShould have proper attributes for an item

oItem class should have set methods for its instance variables and set the data only if is valid otherwise not

oItem class should have get methods for its instance variables

oItem class should have method to get item charges

oItem class should provide possible constructors

oValidate an item price to be greater than 0

oValidate an item quantity to be from 1 to 10

Provide validation for numeric values i.e. item ordered should be more than 0 and at the most, price of the item should be more than 0

Continue to accept the information till valid data is not entered.

Display the result in the proper format

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

Evaluate common feachers of social reform movement in Kerala?

Answered: 1 week ago

Question

Name the biggest tragedy in Malabar rebellion?

Answered: 1 week ago

Question

Write a short note on khan Abdul ghafar khan ?

Answered: 1 week ago

Question

Prepare a short note on dandi March ?

Answered: 1 week ago

Question

Famous slogan in India?

Answered: 1 week ago