#A milk carton can hold 4.5 liters of milk. # Each morning, a dairy farm ships cartons of # milk to a local grocery store. The cost of # producing one liter of milk is $0.35, and the profit of each carton of milk in $0.25. # Write a program that does the following: # a) Prompts the user to enter the total amount of milk produced in the morning #b) Outputs the number of milk cartons needed to hold milk (Round your answor to the nearest integer.) #c) Outputs the cost of producing milk d) Outputs the profit for producing milk Sample input and output: # How many litres have you collected # 1000 # Number of cartons: 222 u Cost of production: 350.0 # Profit: 55.5 *The details we know: сараcity 0.35 profit_per carton

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter4: Control Structures I (selection)
Section: Chapter Questions
Problem 20PE: The cost of renting a room at a hotel is, say $100.00 per night. For special occasions, such as a...
icon
Related questions
Question
Python fill the blank
#A milk carton can hold 4.5 liters of milk.
# Each morning, a dairy farm ships cartons of
# milk to a local grocery store. The cost of
# producing one liter of milk is $0.35, and
# the profit of each carton of milk is $0.25.
# Write a program that does the following:
23
# a) Prompts the user to enter the total amount of milk produced in the morning
# b) Outputs the number of milk cartons needed to hold milk (Round your answer to the nearest integer.)
#c) Outputs the cost of producing milk
# d) Outputs the profit for producing milk
* Sample input and output:
# How many litres have you collected
# 1000
# Number of cartons: 222
# Cost of production: 350.0
# Profit: 55.5
# The details we know:
capacity=
0.35
profit_per carton
# a)
Transcribed Image Text:#A milk carton can hold 4.5 liters of milk. # Each morning, a dairy farm ships cartons of # milk to a local grocery store. The cost of # producing one liter of milk is $0.35, and # the profit of each carton of milk is $0.25. # Write a program that does the following: 23 # a) Prompts the user to enter the total amount of milk produced in the morning # b) Outputs the number of milk cartons needed to hold milk (Round your answer to the nearest integer.) #c) Outputs the cost of producing milk # d) Outputs the profit for producing milk * Sample input and output: # How many litres have you collected # 1000 # Number of cartons: 222 # Cost of production: 350.0 # Profit: 55.5 # The details we know: capacity= 0.35 profit_per carton # a)
* How many litres have you collected
* 1000
* Number of cartons: 222
# Cost of production: 350.0
* Profit: 55.5
The details we know:
capacity =
0.35
profit_per_carton
*a)
itres produced float(
How mary litres have you collected?
b)
num cartons
Itres produced
capacity
(Number of cartons: " +
(num_cartona)
c)
litros produced
cost per_litre
print
"Cost of production:
atr(cont.of.production)
profit profit per carton
printl Profit: "+ atr
a Click Submit to complete this assessment.
Transcribed Image Text:* How many litres have you collected * 1000 * Number of cartons: 222 # Cost of production: 350.0 * Profit: 55.5 The details we know: capacity = 0.35 profit_per_carton *a) itres produced float( How mary litres have you collected? b) num cartons Itres produced capacity (Number of cartons: " + (num_cartona) c) litros produced cost per_litre print "Cost of production: atr(cont.of.production) profit profit per carton printl Profit: "+ atr a Click Submit to complete this assessment.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Top down approach design
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage