Page 1 of 1

The week 8 final project involves creating a Python program that builds on the assignments for weeks 3 and 4 . In additi

Posted: Tue Jul 12, 2022 8:17 am
by answerhappygod
The Week 8 Final Project Involves Creating A Python Program That Builds On The Assignments For Weeks 3 And 4 In Additi 1
The Week 8 Final Project Involves Creating A Python Program That Builds On The Assignments For Weeks 3 And 4 In Additi 1 (61.5 KiB) Viewed 27 times
The week 8 final project involves creating a Python program that builds on the assignments for weeks 3 and 4 . In addition to the house cleaning service from the previous assignments, the company will now offer yard service. Yard service involves mowing, edging and shrub pruning. The cost of the mowing depends upon the square footage of the yard, the cost of edging depends upon the linear footage of the yard's edges and the cost of shrub pruning depends upon the number of shrubs. Your program should begin by asking the customer whether they are requesting house cleaning or yard service. If the user inputs an invalid choice, the user should be re-prompted until a valid choice is entered. Depending upon the choice the progrn should then prompt the user for the information needed to determine +. service. Seniors receive a discount on both services. You decide the discount amount, which can be either a percentage or a fixed dollar amount. You also decide how to prompt the user, either by requesting the customer's age or asking whether the customer is a senior? The output of your program should be the cost of the requested service.