Console project simulating Bank Account
- Upon launching the application, the user can choose from one of the three available options.
- After successfully logging in or registering, users can manage their account, deposit or withdraw funds, view their account balance, check their account history, or convert their account to a different currency.
- Upon choosing the deposit option, the user must enter the amount and the currency of the deposit. If the deposit currency differs from the account currency, it will automatically be converted to the account's currency.
- Upon selecting the option to view account history, the user will see statements and account deposits, complete with the amounts and the exact dates of the transactions.
- The application includes error handling measures in case the user enters data that does not match the expected input.
- .NET
- C#







