Question
Help with below task, create version 1 a console application in language c# The project task is to develop a simple system for a fictitious
Help with below task, create version 1 a console application in language c#
The project task is to develop a simple system for a fictitious bank. The application will thus be used by the banking staff. The bank has a number of customers and each customer can have one or more different bank accounts. The application can be developed in version 1, or version 2. Alternatively, you can start with version 1 and expand the latter to version 2, where the first version (version 1) can be seen as a basic version that can possibly be upgraded to version 2. Below are requirements and specifications for Version 1 and 2. Requirements and specifications for version 1 The bank currently only offers accounts of the savings account type with an interest rate of 1%. In version 1, you should start by creating a class that defines a savings account (SavingsAccount), a class that defines a customer (Customer) and a class (BankLogic) that contains a list of customers. In the bank you should be able to: add a new customer with a unique social security number delete an existing customer, any existing accounts will be closed create savings accounts for an existing customer, a unique account number is generated (first account gets number 1001, next 1002, etc.) accounts must also be able to be closed, balance + interest printed and the account deleted
see information about selected customer including all accounts (account number, balance, account type, interest rate) deposit money into an account withdraw money from the account (but only if the balance covers the withdrawal amount)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started