Abby has always dreamed of having her own ice cream shop. Now as a young entrepreneur she has decided to pursue her dream, but she needs some help in determining the financial viability of her plan. She has come up with a list of income and expense parameters and needs a simple program to input these parameters and calculate the monthly profit or loss as well as performing some variable cost what-if analysis.

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
icon
Related questions
Question
100%
Abby has always dreamed of having her own ice cream shop. Now as a young entrepreneur she has decided to pursue her dream, but she needs some help in determining the financial viability of her plan. She has come up with a list of income and expense parameters and needs a simple program to input these parameters and calculate the monthly profit or loss as well as performing some variable cost what-if analysis.
**Module Lab Assessment 3: Abby’s Ice Cream Shop**

**Overview:**

Abby has always dreamed of having her own ice cream shop. Now as a young entrepreneur, she has decided to pursue her dream, but she needs some help in determining the financial viability of her plan. She has come up with a list of income and expense parameters and needs a simple program to input these parameters and calculate the monthly profit or loss, as well as perform some variable cost what-if analysis.

**Grading:**

This lab is partially auto-graded and partially…

---

**shop.py**

**Part 1:**

Per the instructions, the problem prompts the user for the following information:

1. Cost per ice cream serving
2. Employee labor rate (per hour)
3. Shop rental (per month)
4. Utilities (per month)
5. Advertising (per month)
6. Selling price (each)
7. Ice cream servings sold per month

Your program should operate in a loop in which a menu is displayed with the following options:

**Expenses:**

1. Cost per serving
2. Labor rate per hour
3. Shop rental per month
4. Utilities per month
5. Advertising budget per month

**Income:**

6. Selling price (each)
7. Servings sold per month

**Analysis:**

8. Profit/Loss Calculation
Transcribed Image Text:**Module Lab Assessment 3: Abby’s Ice Cream Shop** **Overview:** Abby has always dreamed of having her own ice cream shop. Now as a young entrepreneur, she has decided to pursue her dream, but she needs some help in determining the financial viability of her plan. She has come up with a list of income and expense parameters and needs a simple program to input these parameters and calculate the monthly profit or loss, as well as perform some variable cost what-if analysis. **Grading:** This lab is partially auto-graded and partially… --- **shop.py** **Part 1:** Per the instructions, the problem prompts the user for the following information: 1. Cost per ice cream serving 2. Employee labor rate (per hour) 3. Shop rental (per month) 4. Utilities (per month) 5. Advertising (per month) 6. Selling price (each) 7. Ice cream servings sold per month Your program should operate in a loop in which a menu is displayed with the following options: **Expenses:** 1. Cost per serving 2. Labor rate per hour 3. Shop rental per month 4. Utilities per month 5. Advertising budget per month **Income:** 6. Selling price (each) 7. Servings sold per month **Analysis:** 8. Profit/Loss Calculation
```plaintext
"""
Part 1:
Per the instructions, the problem prompts the user for the following information:
* Cost per ice cream serving
* Employee labor rate (per hour)
* Shop rental (per month)
* Utilities (per month)
* Advertising (per month)
* Selling price (each)
* Ice cream servings sold per month

Your program should operate in a loop in which a menu is displayed with the following options:

Expenses:
1. Cost per serving:
2. Labor rate per hour:
3. Shop rental per month:
4. Utilities per month:
5. Advertising budget per month:

Income:
6. Selling price (each):
7. Servings sold per month:

Analysis:
8. Profit/Loss Calculation
"""
```

This snippet appears to be a Python script outline designed for managing an ice cream shop's financials. It prompts users to input various expenses and income metrics related to operating the shop, such as costs related to labor, rental, utilities, advertising, and ice cream sales. The program is structured to operate in a loop, allowing continuous input and financial analysis, particularly to calculate profit or loss.
Transcribed Image Text:```plaintext """ Part 1: Per the instructions, the problem prompts the user for the following information: * Cost per ice cream serving * Employee labor rate (per hour) * Shop rental (per month) * Utilities (per month) * Advertising (per month) * Selling price (each) * Ice cream servings sold per month Your program should operate in a loop in which a menu is displayed with the following options: Expenses: 1. Cost per serving: 2. Labor rate per hour: 3. Shop rental per month: 4. Utilities per month: 5. Advertising budget per month: Income: 6. Selling price (each): 7. Servings sold per month: Analysis: 8. Profit/Loss Calculation """ ``` This snippet appears to be a Python script outline designed for managing an ice cream shop's financials. It prompts users to input various expenses and income metrics related to operating the shop, such as costs related to labor, rental, utilities, advertising, and ice cream sales. The program is structured to operate in a loop, allowing continuous input and financial analysis, particularly to calculate profit or loss.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Probability Problems
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
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)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education