Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Python/Java Requirements to generate an estimate The user interface must be text based. Display a welcome message. Ask the user for this information: Customer number,
Python/Java
Requirements to generate an estimate The user interface must be text based. Display a welcome message. Ask the user for this information: Customer number, date of estimate, number of rooms that require painting: For each room, ask for the room name (e.g. lounge, dining room) and the number of walls in the room: Ask if wallpaper needs to be removed - if yes, charge 70 per room For each wall, ask the height and width of the wall in metres. Calculate the total surface area of the walls in square metres. Multiply the total surface area of the walls by 15 per square metre for paint. Ask what type of employee should be assigned to the job. Add on the cost of the employee - if apprentice add on 100, if fully-qualified add on 250. Calculate and display the total. Add 20% VAT to the total. Calculate and display the final total. Ask the user if they wish to generate another estimate: If yes, return to the welcome message If no, display an exit messageStep 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