I want everything in zip file as stated in the assignment instructions
Problem Implementation:
Given the above descrbon, the problem has -but not limited to- four classes as folows:
1. Custom.r: The customer should have appropriate attributes, parametrized constructor, and a
function to assign the order, selects from the menu, make a payment, and possibly get a
receipt. Slhe can create a profile.
2. Customer Profil•: It stores the profile cta customer. This class shotid have relevant
attrtutes such as the name, address, email. etc. As well, it should have functions to set the
profile and retrieve it
3. Ord.r It stores the details of the order and its status based on the selected menu item. Once
the order is placed . the status of the order is changed. Then .it is assumed to be ready for
delivery, as a status.
4. Payment: This dass calculates the price of a given order based on the selected menu items,
as well as the payment using credit card which the balance cta credit card wil be affected
or cash.
Assumptions:
. For simplicity, pleas, assume that the menu contains five items (Meat. Chicken. Dessert.
Salad, and Juices) with different pnces.
. You are required to create more than four classes.
. It is assumed that the customer selects one order at a time.
After the implementation of the dasses. you are required to inpienient a mam function to show
different customers with dfferent orders and payments.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of