Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C# help ! This is the checking acount project that I have finished. The requirement was: calulate the balance base on what type of transaction:

C# help !

This is the checking acount project that I have finished. The requirement was: calulate the balance base on what type of transaction: deposit, withdrawal or service fee.

image text in transcribed

Right now I need to modify this form to meet these requirement:

* Replace the transaction type text box with radio buttons for Deposit, Withdrawal, and Service Fee. Use a frame (group box) to group the radio buttons.

* Make sure that a radio button for transaction type is selected before a transaction is processed (a processed transaction results in a change to the balance).

* Add a checkbox to the form to indicate if the bank knows about the current transaction (cleared).

* Add a label to display the account balance based for those transactions which have cleared the bank. Use a new variable to keep track of this amount. This value may or may not change when the user calculates the account balance, based on the checkbox you added. There is no rule that the bank balance must be greater than or equal to zero (that still applies to the original balance). If the transaction is not processed for any reason, do not change the cleared balance or the original balance. See the sample below, remembering that Balance and Bank Balance are calculated values.

AND the sample DATA is

image text in transcribed

Checking Account Date 10/20/2017 Calculate mount: 300 Reset Type deposit Exit Balance $300.00

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

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 2012 Proceedings Part 2 Lnai 7197

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284892, 978-3642284892

More Books

Students also viewed these Databases questions

Question

The effects of size heterogeneity The effects of size heterogeneity

Answered: 1 week ago