Answer)
num1 = input('Enter the number of upper cabinets: ') // user
input number of upper cabinets = 11
num2 = input('Enter the number of lower cabinets: ') // user input
number of lower cabinets = 22
num3 = input('Enter the number of corner cabinets: ') // user input
number of corner cabinets = 33
cutting = 1.2*num1 + 1.5*num2 + 1.9*num3
// total cutting time of all cabinets
sanding = 2.4*num1 + 1.8*num2 + 1.2*num3
// total sanding time of all cabinets
finishing = 3.4*num1 + 2.5*num2 + 1.5*num3
// total finishing time of all cabinets
total = cutting + sanding + finishing
// total labor time time of
all cabinets
print("Total cutting hours: ",cutting )
print("Total sanding hours: ", sanding)
print("Total finishing hours: ",finishing )
print("Total labor hours: ",total )
// display the results
Output:
Enter the number of upper cabinets: 11
Enter the number of lower cabinets: 22
Enter the number of corner cabinets: 33
('Total cutting hours: ', 108.9)
('Total sanding hours: ', 105.6)
('Total finishing hours: ', 141.9)
('Total labor hours: ', 356.4)
The Knuth Cabinet Company keeps track of labor for cutting, sanding and finishing their different types...
Check My Work (4 rem eBook Kelson Sporting Equipment, Inc., makes two different types of baseball gloves: a regular model and a catcher's model. The firm has 900 hours of production time available in its cutting and sewing department, 300 hours available in its finishing department, and 100 hours available in its packaging and shipping department production time requirements and the profit contribution per glove are given in the following table: Production Time (Hours) Cutting and Packaging and Model Regular...
Python)) Data types of Python. Write the python script to show the different examples. Write the Python script to present ALL the mathematical arithmetic operations. Write the Python script to display your - first name, last name, ID, college name and the program of study. Write the Python script to receive the number of seconds as input and display the hours, minutes and seconds as output. Assume the variable x to be with the string of "Day by day, dear...
The Watts Company is a publicly traded corporation that
produces different types of commercial food processors. My name is
Alan Smith and I have worked for this company for the last ten
years in the controller’s office. I was both an accounting and
finance major in university. The company currently produces 300
products and does not anticipate any new products coming out over
the next three years. I have previously mentioned to my superiors
that it is not appropriate for...
The Watts Company is a publicly traded corporation that produces different types of commercial food processors. My name is Alan Smith and I have worked for this company for the last ten years in the controller’s office. I was both an accounting and finance major in university. The company currently produces 300 products and does not anticipate any new products coming out over the next three years. I have previously mentioned to my superiors that it is not appropriate for...