A C# Windows Forms application that calculates the total monthly and annual expenses for owning and maintaining a vehicle. Users can input various monthly expenses, and the program will compute and display the totals.
- Expense Categories: Allows users to input values for the following monthly expenses:
- Loan Payment
- Insurance Payment
- Gas Payment
- Oil Payment
- Tire Payment
- Maintenance Payment
- Total Expense Calculation:
- Computes the total monthly expenses by summing all categories.
- Computes the total annual expenses by multiplying the monthly total by 12.
- Input Validation:
- Ensures all entered values are valid numbers.
- Displays error messages for invalid entries.
- User-Friendly Interface:
- Clear input fields for each expense category.
- Labels to display calculated totals for monthly and annual expenses.
- 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 (
monthlyExpenses.sln) in Visual Studio. - Build and run the project.
This game was developed as part of a Chapter 3 assignment for my programming class. The folder name Drawdy_chapter3_11 reflects the required naming convention for class submissions.