Question: 2 Implement the design of the Chillox and Customer classes so that the  following code generates the output below: print(f"It's been a good day!. \nToday, we have already served  {Chillox.order_id} customers.") print("**************************************************") outlet1 = Chillox() print("1.==========================================") print("Burger Menu:") print(Chillox.menu) print("2.==========================================") outlet1.addBurger("Chicken Burger",180,"Chicken with Cheese",200) print("3.==========================================") print("Burger Menu:") print(Chillox.menu) print("4.==========================================") c1 = Customer("Samin") c1.order = "2xChicken Burger" outlet1.placeOrderof(c1) print("5.==========================================") outlet1.addBurger('Chicken Smoky BBQ Cheese',225) c2 = Customer("Rafi") c2.setOrder("2xChicken with Cheese,3xChicken Smoky BBQ Cheese") print("6.==========================================") outlet1.placeOrderof(c2) print("7.==========================================") print(c1) print("8.==========================================") print(c2)

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Question: 2
Implement the design of the Chillox and Customer classes so that the 
following code generates the output below:

print(f"It's been a good day!. \nToday, we have already served 
{Chillox.order_id} customers.")
print("**************************************************")
outlet1 = Chillox()
print("1.==========================================")
print("Burger Menu:")
print(Chillox.menu)
print("2.==========================================")
outlet1.addBurger("Chicken Burger",180,"Chicken with Cheese",200)
print("3.==========================================")
print("Burger Menu:")
print(Chillox.menu)
print("4.==========================================")
c1 = Customer("Samin")
c1.order = "2xChicken Burger"
outlet1.placeOrderof(c1)
print("5.==========================================")
outlet1.addBurger('Chicken Smoky BBQ Cheese',225)
c2 = Customer("Rafi")
c2.setOrder("2xChicken with Cheese,3xChicken Smoky BBQ Cheese")
print("6.==========================================")
outlet1.placeOrderof(c2)
print("7.==========================================")
print(c1)
print("8.==========================================")
print(c2)

Question: 2
Implement the design of the Chillox and Customer classes so that the
following code generates the output below:
40
print(f"lt's been a good day!. In Today, we have already served
{Chillox.order_id} customers.")
print("*
********)
outlet1 =
Chillox()
print("1.====
print("Burger Menu:")
print(Chillox.menu)
==")
print("2.===:
="}
outlet1.addBurger("Chicken Burger", 180,"Chicken with Cheese",200)
print("3.===
print("Burger Menu:")
====")
print(Chillox.menu)
print("4.==:
c1 = Customer("Samin")
====")
%3D
c1.order = "2xChicken Burger"
%3D
outlet1.placeOrderof(c1)
%====")
print("5.=
outlet1.addBurger('Chicken Smoky BBQ Cheese',225)
c2 = Customer("Rafi")
c2.setOrder("2xChicken with Cheese,3xChicken Smoky BBQ Cheese")
ng 21)
%=%===")
print("6.==:
outlet1.placeOrderof(c2)
print("7.=
====")
print(c1)
print("8.=
print(c2)
=%===")
OUTRI IT.
Transcribed Image Text:Question: 2 Implement the design of the Chillox and Customer classes so that the following code generates the output below: 40 print(f"lt's been a good day!. In Today, we have already served {Chillox.order_id} customers.") print("* ********) outlet1 = Chillox() print("1.==== print("Burger Menu:") print(Chillox.menu) ==") print("2.===: ="} outlet1.addBurger("Chicken Burger", 180,"Chicken with Cheese",200) print("3.=== print("Burger Menu:") ====") print(Chillox.menu) print("4.==: c1 = Customer("Samin") ====") %3D c1.order = "2xChicken Burger" %3D outlet1.placeOrderof(c1) %====") print("5.= outlet1.addBurger('Chicken Smoky BBQ Cheese',225) c2 = Customer("Rafi") c2.setOrder("2xChicken with Cheese,3xChicken Smoky BBQ Cheese") ng 21) %=%===") print("6.==: outlet1.placeOrderof(c2) print("7.= ====") print(c1) print("8.= print(c2) =%===") OUTRI IT.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY