Z Hussain

Z Hussain

  • 1.3k
  • 329
  • 15.8k

Console Bank Application

Nov 2 2017 11:31 AM
I know C# and can try doing it but I need someone's explanation to carry out this task, Can some one please help me in coding a solution that can perform the following workflows through a console application (accessed via the command line):
 
-Create a new account
-Login
-Record a deposit
-Record a withdrawal
-Check balance
-See transaction history
-Log out
 
C# is preferred but not required. Use whatever frameworks/libraries you wish, and just make sure they are included or available via NuGet/npm/etc. Please use a temporary memory store (local cache) instead of creating an actual database.

Answers (2)