Question
Week 3 Assignment Hide Assignment Information Instructions This week's assignment involves writing a Python program to compute the cost of house cleaning. Your program should
Week 3 Assignment
Hide Assignment Information | |
Instructions | |
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 (e.g., floors, windows, bathrooms, dusting). 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, medium, or a large number of rooms 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 Header comments (what the program does) and in-line comments (the major design steps). 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. Submit your Python program as a text file (.py) file. In addition, submit a Design outline and a Test plan/report (3 different test cases) in a Word document or a PDF file, and include a screenshot of execution of your program for each test case. Your submission must also adhere to the SubmissionRequirements document (i.e., Filename and display your name, class, date in the output). |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started