Simple C# console application to manage a bank account.
- Create a bank account
- Deposit money
- Withdraw money with balance validation
- Display current balance
- Input validation and exception handling
- Object-Oriented Programming (OOP)
- Encapsulation
- Constructors
- Methods
- Exception handling
- Loops and conditionals
- Console input/output
- C#
- .NET (Console Application)
- Clone the repository
- Open the project in Visual Studio
- Run the application