Problem Create a cash register program for your new store: ETINUM REGRUB! Your program should contain the following functions: 1. A function that prints the main menu with the following options: [1] Choose burgers [2] Add drinks [3] Compute total and pay [0] Exit The function should return the user's choice. 2. A function for option [1] Choose burgers. The function should print the available menu items. [1] Etinum Regrub: P35.00 [2] Double Etinum Regrub: P47.00 [3] Bacon Cheese Regrub: P73.00 [4] Triple Onion Regrub: P600.00 [0] Back to main menu The user must input their choice. Note that the user can select items multiple times. When [0] is chosen, the function should return the total price of the items chosen and go back to the main menu. 3. A function for option [2] Add drinks. The function should ask the user how many drinks they want (assume a drink costs P25.50). It then should return the total price for the drinks.
Problem Create a cash register program for your new store: ETINUM REGRUB! Your program should contain the following functions: 1. A function that prints the main menu with the following options: [1] Choose burgers [2] Add drinks [3] Compute total and pay [0] Exit The function should return the user's choice. 2. A function for option [1] Choose burgers. The function should print the available menu items. [1] Etinum Regrub: P35.00 [2] Double Etinum Regrub: P47.00 [3] Bacon Cheese Regrub: P73.00 [4] Triple Onion Regrub: P600.00 [0] Back to main menu The user must input their choice. Note that the user can select items multiple times. When [0] is chosen, the function should return the total price of the items chosen and go back to the main menu. 3. A function for option [2] Add drinks. The function should ask the user how many drinks they want (assume a drink costs P25.50). It then should return the total price for the drinks.
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Use Python
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 5 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education