Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a C# GUI prototype for an online bank. The program requires an account number and pin number to login. Once logged in, the user

Create a C# GUI prototype for an online bank. The program requires an account number and pin number to login. Once logged in, the user can deposit or withdraw money. When the user is done, they can log out of the system. There can only be one user logged in at a time. The program should have at least 5 accounts.

Methods Login() accepts an account number and pin number as strings. If valid, logs the user in, displays a welcome message, and displays their balance. If invalid, logs out the previous user and displays an error message. Logout() logs out the active user. MakeDeposit() accepts a deposit amount as a decimal and displays the user's updated balance. MakeWithdrawal() accepts a withdrawal amount as a decimal and displays the user's updated balance.

image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions