subject
Computers and Technology, 01.10.2019 05:20 nyaa70

Amilk 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 $1.27. design an algorithm and write a program that does the following: prompts the user to enter the total amount of milk produced in the morning. calculates the total cost of each morning's produced milk. calculates the number of milk cartons needed to hold the produced milk(completely full milk cartons). calculates the total profit for all milk cartons produced. calculates the total cost of unused milk calculates the sale price of each milk carton

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:30
Given the following code: if (n == 2) { k -= 2; } else if (n == 3) { k -= 3; } can be rewritten as: if (< condition > ) { < assignment statement > ; } assume that evaluating < condition > does not change the values stored in n and k. which of the following could be used as < assignment statement > ? k -= n; k -= 1; k -= 2; k += n; k = n - k;
Answers: 2
question
Computers and Technology, 22.06.2019 16:30
Primary tech skills are skills that are necessary for success in online education
Answers: 3
question
Computers and Technology, 22.06.2019 17:30
Type the correct answer in the box. spell all words correctly. under which key category do the page up and page down keys fall? page up and page down keys fall under the keys category.
Answers: 3
question
Computers and Technology, 22.06.2019 21:00
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr.nextdouble(); minutestraveled = scnr.nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system.out.println("miles: " + milestraveled); } }
Answers: 2
You know the right answer?
Amilk carton can hold 3.78 liters of milk. each morning, a dairy farm ships cartons of milk to a loc...
Questions
question
Mathematics, 22.06.2021 20:40
question
Mathematics, 22.06.2021 20:40
Questions on the website: 13722361