Computers and Technology
Computers and Technology, 24.04.2021 04:00, lin550

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. For expenses, she has:

Raw ingredient cost per serving
Hourly labor rate
Real estate monthly rental
Utilities per month
Monthly advertising budget
On the income side, she has:

Selling price per serving (assume only one size for simplicity)
Number of servings sold per month
Based on some research, she has determined that a single employee can run the shop and she plans to have the shop open eight hours per day and six days per week.

Best Practices to Follow:

Write detailed comments and doc-strings.
Use logical variable names with a consistent convention.
Organize and structure your code for readability.
Use hand calculations to verify the formulas in your code. I. e. write your own test cases to check correctness.
Create the text-based, menu interface

Write a Python script with a menu driven, text-based user interface that looks like this:

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

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

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 16:40, kaileyy06
Match each feature of e-publishing as an advantage, a disadvantage, a threat, or an opportunity. (choices) increased collaboration digitalized out-of-print versions monopoly over digital formats requirement for a specialized digital device pairs advantage of e-publishing disadvantage of e- opportunity for e- threat to e-
Answers: 1
image
Computers and Technology, 22.06.2019 07:00, yyy77uh
You will be given two character arrays of the same size, one will contain a number of ships. ships will move around the character array based on which way they are facing and the route they are on. routes are given in the other array. the route consists of '-' and '|' for straight paths, '\' and '/' for curves, and '+' for intersections. there are ships on these routes. ships always face a direction, '^' for up, '> ' for right, 'v' for down, and '< ' for left. any time the ships hit a '\' or a '/' it will turn as you would expect a ship to turn (e. g. a '^' that moves into a '/' will turn right). at an intersection, ships will always continue straight through. all ships move at the same speed, ships take turns moving and all ships move during one 'tick'. the one in the most top left goes first, followed by those to its right, then the ones in the next row. it iterates along the rows and then down the columns. each ship moves one space on its turn moving along the route. your function needs to return the position of the first collision between two ships and the number of ticks before the crash occurred.
Answers: 2
image
Computers and Technology, 22.06.2019 10:00, michael3592
When is an original work considered public domain? a. when posted via social media b. when it is posted on the internet c. when a copyright symbol is not included with the piece of work d. when explicit permission is given by the author / owner
Answers: 1
image
Computers and Technology, 22.06.2019 11:00, loveworld3798
When working with a team you should always do the following, except? question 3 options: be dependable and trustworthy be sensitive to others feelings do your fair share critique members of the group
Answers: 2
Do you know the correct answer?
Abby has always dreamed of having her own ice cream shop. Now as a young entrepreneur she has decide...

Questions in other subjects:

Konu
History, 05.12.2019 23:31
Konu
Mathematics, 05.12.2019 23:31