This week's assignment involves writing a Python program to compute the cost of house cleaning. Your program should prom

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

This week's assignment involves writing a Python program to compute the cost of house cleaning. Your program should prom

Post by answerhappygod »

This week's assignment involves writing a Python program tocompute the cost of house cleaning. Your program should prompt theuser for the number of rooms in the house and the type of cleaning(eg. Floors, Windows, Bathrooms, Dusting, etc.). Yourprogram must offer at least two types of cleaning and the price isdifferent for each type. You should decide on thechoices to offer and the different prices of each type of cleaning.The cost should be based on whether the house has a small number ofrooms, 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 thecost of the house cleaning based on the number of rooms and thetype of cleaning.
Your program should include Header comments (what the programdoes) and in-line comments (the major design steps). Documentthe values you chose as the cutoffs for the three house sizes, thecost for each size and the prices for each cleaning type in yourcomments as well.
Submit your Python program as a text file ( .py) file. Inaddition, submit a Design outline and a Test plan/report (3different test cases) in a Word document or a .pdf file and includea screen shot of execution of your program for each testcase.
Your submission must also adhere to the SubmissionRequirementsdocument. (i.e. Filename and display your name, class, date in theoutput). Never upload individual image files in the assignmentfolder.
Grading:
10% - Design – outline proper sequence of steps, calculations(if necessary). Identify values of any known constants (cost ofeach service).
10% - TestPlan – Completeness of your Test plan/report (at leastthree test cases). You should have tests to show yourvalidation/error process. You should have test cases for differentchoices selected. Include screen shots for each test case.
10% - Documentation - Header and in-line comments. Includedocument for the values you chose as the known constants cost ofeach service (cutoffs for the three house sizes, the cost for eachsize and the prices for each cleaning type) in your commentsas well. Documentation of major steps (from design outline).
70% - Program prompts and executes correctly on all test cases.Satisfies all requirements. (each requirement -10pts, compiles-20pts, effectiveness and neatness -10pts, descriptive variables –5pts, def main() -5pts).
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply