C++ question (help) can any one get me the code for this? Plz | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C++ question (help) can any one get me the code for this? Plz

6) A milk carton can hold 3.78 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.38, and the ‎‏profit of each carton of milk is $0.27. 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 answer to the nearest ‎‏integer.) ‎‏C. Outputs the cost of producing milk. ‎‏D. Outputs the profit for producing milk.

7th Feb 2021, 1:50 PM
ward saadeh
3 Answers
+ 5
ward saadeh , if you don't know how to start, a very simple approach is to do this task on a piece of paper first. do this in consecutive and logical steps. if this is done and clear for you, start writing the code. happy coding and much success!
7th Feb 2021, 5:36 PM
Lothar
Lothar - avatar
+ 3
We can't just provide you the solution code as we believe it will prevent you from challenging yourself and learning. Please show us your attempt so far so we may help. Thanks.
7th Feb 2021, 1:56 PM
noteve
noteve - avatar
+ 3
It is quite easy and if you can't even come up with some solution then you won't learn anything , if you really wanna learn ,try asking doubts that you have related to the question.
7th Feb 2021, 2:00 PM
Abhay
Abhay - avatar