This repository is for my evolution in solving problems with classes
Here, I worked with a concrete class in a separate file, "Model.cs", from the main file, "Program.cs", and created a method, "ShowMeDetails()", to display car information about the Car.
This problem was to implement a simple bank account console system in C#, allowing account details to be displayed and deposits to be made.
- Automatic generation of a random starting balance between -250 and 250.
- Deposit of amounts with automatic adjustment if the initial balance is negative, simulating an automatic debit to cover the use of special credit.