Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

MFDBS 91 3rd Symposium On Mathematical Fundamentals Of Database And Knowledge Base Systems Rostock Germany May 6 9 1991

Authors: Bernhard Thalheim ,Janos Demetrovics ,Hans-Detlef Gerhardt

1991st Edition

3540540091, 978-3540540090

More Books

Students also viewed these Databases questions

Question

How is the number of factors decided in most EFA programs?

Answered: 1 week ago

Question

Describe the sources of long term financing.

Answered: 1 week ago