Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ATM C# App Please create an automated ATM application. The application should be created in both format, console application and a web application. The following

ATM C# App

Please create an automated ATM application. The application should be created in both format, console application and a web application. The following are required features for the ATM application

- Login Screen

- Successful login should direct the user appropriately to either the administrator form or the user form

- Administrator form allows the administrator to create new accounts, delete existing accounts, or view the information of existing accounts

- User should be able to perform the typical ATM operations such as review balance, deposit and withdrawal transactions

- All ATM transactions are associated with 2% transaction fee

- ATM should check for available balance before performing any requested transaction to make sure there is enough fund

- ATM should not process the transaction in case of

Negative or zero amount requested

Insufficient balance

- If any of the two cases listed above, the appropriate error message should be displayed

- User or administrators can process as many transactions as needed until user selects to exit

Students must use methods for deposit and withdrawal transactions as well as a method for error checking and updating the error message. Students need to submit both the C-Sharp code file that was created for the console application and the zipped folder for the ATM web application.

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_2

Step: 3

blur-text-image_3

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

Transact SQL Cookbook Help For Database Programmers

Authors: Ales Spetic, Jonathan Gennick

1st Edition

1565927567, 978-1565927568

More Books

Students also viewed these Databases questions

Question

6. Vanguard

Answered: 1 week ago

Question

What is Centrifugation?

Answered: 1 week ago

Question

To find integral of ?a 2 - x 2

Answered: 1 week ago

Question

To find integral of e 3x sin4x

Answered: 1 week ago

Question

To find the integral of 3x/(x - 1)(x - 2)(x - 3)

Answered: 1 week ago

Question

What are Fatty acids?

Answered: 1 week ago

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago