Using C# in Microsoft Visual Studio create an application that displays the total for a customer’s visit . 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, muf fler 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, muf fler 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
Using C# in Microsoft Visual Studio create an application that displays the total for a customer’s visit .
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, muf fler 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, muf fler 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.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 8 images