Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This assignment takes the checking account project and applies classes. Your project will use a single form. Zip your project folder and files and upload

This assignment takes the checking account project and applies classes. Your project will use a single form.
Zip your project folder and files and upload the zip file to Canvas.
Create a class called Transaction. The class should have the following read/write properties:
TransactionDate, TransactionType,
TransactionAmount, Payee, and CheckNumber. Include a ToString method to display account information.
Include the following validation in your class:
A transaction must have at least a transaction date, a transaction amount, and a transaction type.
The transaction amount should be tested to make sure it is a positive number. Use a static function to provide this test.
Each transaction must have a transaction type specified as deposit, service fee, or withdrawal.
The value of Payee defaults to "Deposit" if the TransactionType is deposit; and defaults to "Service Fee" if it is a service fee. If a transaction is a withdrawal, an entry must be made in the payee textbox and stored in the Payee property.
I need help with thise code in c# please! Here is what I have, just fill it out according to the 2nd picture I provided, thank you!
image text in transcribed

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

Online Systems For Physicians And Medical Professionals How To Use And Access Databases

Authors: Harley Bjelland

1st Edition

1878487442, 9781878487445

More Books

Students also viewed these Databases questions