Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In c# windows form Joes Automotive performs the following routine maintenance services: Oil change$26.00 Lube job$18.00 Radiator flush$30.00 Transmission flush$80.00 Inspection$15.00 Muffler replacement$100.00 Tire rotation$20.00

In c# windows form Joes Automotive performs the following routine maintenance services:

Oil change$26.00

Lube job$18.00

Radiator flush$30.00

Transmission flush$80.00

Inspection$15.00

Muffler replacement$100.00

Tire rotation$20.00

Joe also performs other nonroutine services and charges for parts and labor ($20 per hour). Create an application that displays the total for a customers visit to Joes.

when run, the application GUI should look exactly as the one shown below.

image text in transcribed

The application should have the following value-returning methods:

OilLubeCharges Returns the total charges for an oil change and/or a lube job, if any.

FlushCharges Returns the total charges for a radiator flush and/or a transmission flush, if any.

MiscCharges Returns the total charges for an inspection, muffler replacement, and/or a tire rotation, if any.

OtherCharges Returns the total charges for other services (parts and labor), if any.

TaxCharges Returns the amount of sales tax, if any. Sales tax is 6% and is charged only on parts. If the customer purchases services only, no sales tax is charged.

TotalCharges Returns the total charges.

The application should have the following void methods, called when the user clicks the Clear button:

ClearOilLube Clears the check boxes for oil change and lube job.

ClearFlushes Clears the check boxes for radiator flush and transmission flush.

ClearMisc Clears the check boxes for inspection, muffler replacement, and tire rotation.

ClearOther Clears the text boxes for parts and labor.

ClearFees Clears the labels that display the labels in the section marked Summary

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

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

3rd Edition

0760049041, 978-0760049044

More Books

Students also viewed these Databases questions

Question

=+associated with political parties and if so, which ones? Are

Answered: 1 week ago