Computer Science Write a program for a toy-car manufacturing plant. Assuming that 10 toy-cars can be produced each hour whereas each toy-car costs 60Rs. The plant operates 8hrs per day but can have operating ability of 16hrs per day. But for another 8-hrs, the cost of each toy-car would be doubled. You have to implement a method that identifies whether you want the plant to run 8hrs or 16 hrs. Per day. Each toy-car cost is fixed. You have to calculate how many days and hours it will take to produce any number of toy-cars and what would be the cost. Write a program that asks the user for the number of toy- cars that have been ordered and also whether the person required the plant to run 16hrs or 8 hrs. per day and then displays the bill for the customer that indicate the number of days and hours it will take to produce them and also the total cost of toy-cars along with their cost distribution based on plant-running time. solve in c
Computer Science
Write a program for a toy-car manufacturing plant. Assuming that 10 toy-cars can be
produced each hour whereas each toy-car costs 60Rs. The plant operates 8hrs per day
but can have operating ability of 16hrs per day. But for another 8-hrs, the cost of each
toy-car would be doubled. You have to implement a method that identifies whether
you want the plant to run 8hrs or 16 hrs. Per day. Each toy-car cost is fixed. You have
to calculate how many days and hours it will take to produce any number of toy-cars
and what would be the cost. Write a program that asks the user for the number of toy-
cars that have been ordered and also whether the person required the plant to run 16hrs
or 8 hrs. per day and then displays the bill for the customer that indicate the number
of days and hours it will take to produce them and also the total cost of toy-cars along
with their cost distribution based on plant-running time.
solve in c
Step by step
Solved in 3 steps with 3 images