Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This shoild be as a console application using c# You are task with developing a basic console application to demonstrate After doing so you are

image text in transcribed

image text in transcribed

This shoild be as a console application using c#

You are task with developing a basic console application to demonstrate After doing so you are now task with refactoring the application to inyour understanding of the basic C\# concepts covered so far. clude a graphical user interface. Kindly screen the following forms: Important note: The application Must utilize control structures and basic 1) Main Menu Form (with the following button) exception handling Application Details - View Account Balance Implement an eATM program with the following features. - Quick Deposit JMD $5000 Requirements of the Console App - Deposit - Initialize the user's account balance to a default value of $10000.00. - Quick JMD $3000 withdrawal - Display the following menu options to the user. 2) Deposit Form - Prompt user for pin before displaying menu items *Main Menu Form Details* 1) View Account Balance View Account Balance Button - Upon clicking this button a message box 2) Quick Deposit JMD $5000 should popup that displays the users account balance. Default account 3) Deposit (Allow user to specify the amount) balance should be JMD $10,000 4) Quick $3000 Withdrawal 5) Exit Quick Deposit JMD $3000 Button - Upon clicking this button, increase the user's account balance by the amount and display a message box The application should accurately track updates done to the user's bank showing the user's new account balance account once the application is still running. Additionally, validate that only numeric values are entered by the user. Deposit button - Upon clicking this button, display the Deposit form and allow the user to specific the amount they would like to deposit to their account in an amount textbox. Quick JMD $3000 withdrawal button - Upon clicking this button, check to ensure that the user's account balance will not be less than zero if the withdrawal was to be completed. Once the user has sufficient funds in their accounts to facilitate the transaction, proceed with the transaction and display a message box showing the user's new account balance *Deposit Form Details* This form should contain the following controls - A textbox for allowing the input of the amount to be deposit - A "Deposit Now" button - Upon clicking this button the user's account balance should be updated with the amount entered and the next balance displayed in a message box The application should accurately track updates done to the user's bank account once the application is still running

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

Mysql Examples Explanations Explain Examples

Authors: Harry Baker ,Ray Yao

1st Edition

B0CQK9RN2J, 979-8872176237

More Books

Students also viewed these Databases questions

Question

Which listening behavior do I want to improve the most?

Answered: 1 week ago

Question

3. Evaluate your listeners and tailor your speech to them

Answered: 1 week ago