This week's assignment involves writing a Python program to compute the cost of house cleaning. Your program should prompt the user for the number of rooms in the house and the type of cleaning (eg....


This week's assignment involves writing a Python program to compute the cost of house cleaning. Your program should prompt the user for the number of rooms in the house and the type of cleaning (eg. Floors, Windows, Bathrooms, Dusting, etc.). Your program must offer at least two types of cleaning and the price is different for each type. You should decide on the choices to offer and the different prices of each type of cleaning. The cost should be based on whether the house has a small number of rooms, a medium number or a large number and the type of cleaning. You should decide on the cutoffs for what constitutes a small, medium and large number of rooms. Your program should output the cost of the house cleaning based on the number of rooms and the type of cleaning.


Your program should include comments for the major steps of your code. You should already have these in your design/pseudocode. Also document the values you chose as the cutoffs for the three house sizes, the cost for each size and the prices for each cleaning type in your comments as well.


You are to submit your Python program as a.pyfile. In addition, you are also to submit a test report in a Word document or a.pdffile.



Mar 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here