Question
For this project you will create a simplify credit card transaction management program.
Name your project: IND1_
The user will enter following information in text boxes-
1. Merchant
2. Amount
3. Date (assume the user will enter the date in this format: MM/DD/YYYY) When the "Record this Transaction" button is clicked
4. This transaction information will be displayed in listbox, together with the previous transactions that have been recorded.
5. The textboxes for Merchant, Amount, and Date will be cleared.
6. In adding, the current total amount of transactions will also be updated and displayed in the text box under the list box.