A C# Windows Forms application that calculates the total cost of vehicle services based on user selections. Users can choose different services (oil change, tire rotation, flushes, etc.) and input labor and parts costs, and the program computes the total cost including service fees, labor, parts charges, and taxes.
- Service Selection: Choose from various vehicle services:
- Oil Change: $26
- Lube Job: $18
- Radiator Flush: $30
- Transmission Flush: $80
- Inspection Fee: $15
- Muffler Replacement: $100
- Tire Rotation: $20
- Labor and Parts Input: Enter labor charges and parts costs manually.
- Tax Calculation: Calculates tax on the parts charge at a rate of 6%.
- Clear and Reset: Clear selections and reset the form with a single click.
- Total Calculation: Outputs the total cost for services, labor, parts, and taxes.
- C#: Core programming language.
- Windows Forms: Used to build the graphical user interface.
- .NET Framework: Platform used to develop and run the application.
- Open the solution file (
repairCalculator.sln) in Visual Studio. - Build and run the project.
This game was developed as part of a Chapter 6 assignment for my programming class. The folder name Drawdy_chapter6_5 reflects the required naming convention for class submissions.