Question
You are tasked with creating a console application with a graphical user interface to the have the following features. Requirements of the Console App -
You are tasked with creating a console application with a graphical user interface to the have 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
2) Main Menu Form (with the following button)
3) View Account Balance
4) Quick Deposit JMD $5000
5) Deposit
6) Quick JMD $3000 withdrawal
2) Deposit Form *Main Menu Form Details*
View Account Balance Button - Upon clicking this button a message box should popup that displays the users account balance.
Default account 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 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 7) *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. Additionally, validate that only numeric values are entered by the user.
Step 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