In C# develop a GUI for a very basic banking system that does different features, as follows: First, your banking system needs to have a minimum of 15 customers. Make sure you store information such as name, age, SSN, and two accounts (saving, checking) Second, the banking system should allow a customer to choose between deposit, withdrawal, and transfer money to another customer Third, your system will have a feature that allows a customer to enter his banking information (i.e. account number), and it displays its balance Fourth, your system should allow a customer to delete an account by confirming the account number Fifth, your system should allow a customer to update his name, if he chooses to. As a note, you must use classes to build your project. You can use files to store information if you choose to (this is not a mandatory feature).
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here