Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I want the actual code to be typed out in c# using a console application. this is a two part assignment starting from the first
I want the actual code to be typed out in c# using a console application. this is a two part assignment starting from the first image
You are task with developing a basic console application to demonstrate your understanding of the basic C\# concepts covered so far. Important note: The application Must utilize control structures and basic exception handling Application Details Implement an eATM program with the following features. Requirements of the Console App - Initialize the user's account balance to a default value of $10000.00. - Display the following menu options to the user. - Prompt user for pin before displaying menu items 1) View Account Balance 2) Quick Deposit JMD $5000 3) Deposit (Allow user to specify the amount) 4) Quick $3000 Withdrawal 5) Exit The application should accurately track updates done to the user's bank account once the application is still running. Additionally, validate that only numeric values are entered by the user. After doing so you are now task with refactoring the application to inQuick JMD \$3000 withdrawal button - Upon clicking this button, check clude a graphical user interface. Kindly screen the following forms: 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 1) Main Menu Form (with the following button) their accounts to facilitate the transaction, proceed with the transaction and display a message box showing the user's new account balance - View Account Balance - Quick Deposit JMD $5000 *Deposit Form Details* - Deposit This form should contain the following controls - Quick JMD $3000 withdrawal - A textbox for allowing the input of the amount to be deposit - A "Deposit Now" button - Upon clicking this button the user's account 2) Deposit Form balance should be updated with the amount entered and the next balance displayed in a message box *Main Menu Form Details* View Account Balance Button - Upon clicking this button a message box The application should accurately track updates done to the user's bank should popup that displays the users account balance. Default account account once the application is still running. balance should be JMD $10,000 Quick Deposit JMD $3000 Button - Upon clicking this button, increase the user's account balance by the amount and display a message box showing the user's new account balance 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 textboxStep 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