Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PROBLEM DESCRIPTION You are required to create a webpage to implement a program to process data related to an auto service company based on the

image text in transcribed

PROBLEM DESCRIPTION You are required to create a webpage to implement a program to process data related to an auto service company based on the logic designed for the previous assignment's flowchart and pseudocode. The webpage will include JavaScript code in order to calculate Total Service (pre-tax), additional Concierge Fee (if selected), Sales Tax and Final Cost of the bill. You will also follow a sequence of inputs and outputs in your program. The original rules about the logic required are listed below: - Two options for service are available for regular or concierge service: - Tire replacement: - Premium tires: $230.00 per tire - Budget tires: $150.00 per tire - $20.00 alignment charge per tire - Flat $30.00 old tire disposal fee (regardless of the number of tires) o Oil Change: - Synthetic oil - $80.00 - Non-synthetic oil - $65.00 - Flat $30.00 recycling fee - Concierge Service or Drop-off - A Vehicle Cleaning is only available if the concierge service is selected. The fee for Vehicle Cleaning is $40 - Using Concierge Service will add a 15% surcharge to the total cost of all services (including vehicle cleaning if selected). Concierge Service is capped at $75. Inputs: - Tire replacement option: Yes or No - Tire Quality: Text - Premium or Budget - Number of Tires: Numerical - Oil Change option: Yes or No - Oil Type: Text - Synthetic or Non - Concierge Service: Yes or No - Vehicle Cleaning option: Yes or No Outputs: - Total service price (pre-tax). - Additional concierge service fee (if selected). - Sales Tax amount to be added to the bill ( 7% rounded up to the nearest cent). - Final Cost of the bill (including the tax)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases And Python Programming MySQL MongoDB OOP And Tkinter

Authors: R. PANNEERSELVAM

1st Edition

9357011331, 978-9357011334

More Books

Students also viewed these Databases questions

Question

6. Effectively perform the managers role in career management.

Answered: 1 week ago