Answered step by step
Verified Expert Solution
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
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 runningStep 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