Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Vehicle Expenses Calculator

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.

Features

  • 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.

Technologies

  • C#: Core programming language.
  • Windows Forms: Used to build the graphical user interface.
  • .NET Framework: Platform used to develop and run the application.

How to Run

  1. Open the solution file (monthlyExpenses.sln) in Visual Studio.
  2. Build and run the project.

About This 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.