subject

Write a class named grocerylist that represents a list of items to buy from the market, and another class named groceryitemorder that represents a request to purchase a particular item in a given quantity (example: four boxes of cookies). the grocerylist class should use an array field to store the grocery items and to keep track of its size (number of items in the list so far). assume that a grocery list will have no more than 10 items. a grocerylist object should have the following methods: public grocerylist()constructs a new empty grocery list. public void add(groceryitemorder item)adds the given item order to this list if the list has fewer than 10 items. public double gettotalcost()returns the total sum cost of all grocery item orders in this list. public void add(groceryitemorder item, int quantity) // adds quantity items to my grocery listthe groceryitemorder class should store an item quantity and a price per unit.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
When determining the classification of data, which one of the following is the most important consideration? a. processing systemb. valuec. storage mediad. accessibility
Answers: 2
question
Computers and Technology, 23.06.2019 22:20
Learning sign language is an example of a(n) learning sign language is an example of a(n)
Answers: 2
question
Computers and Technology, 24.06.2019 00:00
The gene form of a trait is called a(n) 
Answers: 2
question
Computers and Technology, 25.06.2019 04:20
Many prestigious universities have a system called a “legacy preference system” which is used to decide which applicants should be accepted to the university. if an applicant’s parent is an alumnus of the university, the applicant will be admitted with lower gpa and sat scores than if the parent is not an alumnus. (there is currently a lot of discussion about the fairness of this system, but universities get a lot of money from their alumni so they are unwilling to change ) your assignment for mp2 is to implement a computerized system like this for a very small prestigious university. the university has two schools, liberal arts and music, each with their own criteria for accepting students. your program must read in certain information about an applicant and print a message saying whether the applicant should be accepted or not.
Answers: 2
You know the right answer?
Write a class named grocerylist that represents a list of items to buy from the market, and another...
Questions