Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help me with this Python 3 problem. This is due April 16, 2018. I appreciate all the help! COSC 1306 Programming Assignment 2: Ice
Please help me with this Python 3 problem. This is due April 16, 2018. I appreciate all the help!
COSC 1306 Programming Assignment 2: Ice Cream Parlor Manager Spring 2018 Due: Monday, April 16 2018 at 11:59 PM CT Objective We will evaluate your ability to create a program from scratch as well as your ability to write and call methods. The Problem You have been hired to write a program to manage inventory and purchases for an ice cream parlor. Your client is asking for the following features to be functional for the next review meeting 1. 2. 3. 4. 5. 6. Purchase: To sell an ice cream to a customer Add a new Product: To create a new product and add it to your system. See Inventory: To show the current inventory Add to Inventory: To add more servings to your inventory Today's sales: To see the amount of money made in one day Quit: To logout from the system. You may create as many functions as you find necessary, but the following functions are REQUIRED to earn full credit. Show Menu function: This function displays the main menu. Ice-Cream Parlor Manager! Select option (1 -5) ox qto quit Purchase 2. Add a new product 3. See Invontory 4. Add to Inventory s. Total Sales a. quit Purchase function: First, show the inventory of the available ice cream flavors and ask the user to choose an ice cream flavor. Then, ask for how many servings (scoops) the customer wants. Then, ask the user if the customer wants a topping. If so, show the menu for toppings (only one topping allowed per ice cream). If not, display total price and return to the main menu. oImntory COSC 1306 Programming Assignment 2: Ice Cream Parlor Manager Spring 2018 Due: Monday, April 16 2018 at 11:59 PM CT Objective We will evaluate your ability to create a program from scratch as well as your ability to write and call methods. The Problem You have been hired to write a program to manage inventory and purchases for an ice cream parlor. Your client is asking for the following features to be functional for the next review meeting 1. 2. 3. 4. 5. 6. Purchase: To sell an ice cream to a customer Add a new Product: To create a new product and add it to your system. See Inventory: To show the current inventory Add to Inventory: To add more servings to your inventory Today's sales: To see the amount of money made in one day Quit: To logout from the system. You may create as many functions as you find necessary, but the following functions are REQUIRED to earn full credit. Show Menu function: This function displays the main menu. Ice-Cream Parlor Manager! Select option (1 -5) ox qto quit Purchase 2. Add a new product 3. See Invontory 4. Add to Inventory s. Total Sales a. quit Purchase function: First, show the inventory of the available ice cream flavors and ask the user to choose an ice cream flavor. Then, ask for how many servings (scoops) the customer wants. Then, ask the user if the customer wants a topping. If so, show the menu for toppings (only one topping allowed per ice cream). If not, display total price and return to the main menu. oImntory
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started