Answered step by step
Verified Expert Solution
Link Copied!
Question
1 Approved Answer

Part 3: Programming (50 Points) 5. You are going to write a modularized python program that will estimate a paint job. A painting company has

Part 3: Programming (50 Points)

5. You are going to write a modularized python program that will estimate a paint job. A painting company has determined that for every 115 square feet of wall space, one gallon of paint and eight hours of labor will be required. The company charges $20.00 dollars and hour for labor. Design a modular program that asks the user to enter the square feet of wall space to be painted and the price of the paint per gallon. The program should create a module (Not a Function) for each of the following:

  • calculate and display the number of gallons of paint required
  • calculate and display the hours of labor required
  • calculate and display the cost of the paint
  • calculate and display the labor charges
  • calculate and display the total cost of the job

*Values will not be rounded and your display will likely have many decimals. Below is a sample execution you can use to help you build your displays

*Extra credit may be applied to those who wish to round the gallons of paint up and the hours to the nearest tenth and use the rounded values to build the costs calculated.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image
Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Guide To Client Server Databases

Authors: Joe Salemi

2nd Edition

1562763105, 978-1562763107

More Books

Students explore these related Databases questions