Homework problem 49 on page 117 of Schneider was assigned together with a few extra comments. I am extending the due date to: Tuesday Feb 6 at 11:59PM and we can discuss this problem in class on Tuesday as it has several challenging features.
The assignment is this:
The disk which comes with the text contains the following file:
"AB4057", 1234.56, 345.67, 100.00
"XY4321", 789.00, 120.00, 350.00
"GH2222", 321.45, 143.65, 0.00
You can either copy this file from the disk or type it by hand using Notepad.
Your task is to write a program which reads from this file and outputs something like the following:
Beginning- End-
Account Of-Month Of-Month
Number Balance
Deposits Withdrawals Balance
------ ----------
-------- ----------- --------
AB4057
1,234.56 345.67 100.00
1,480.00
XY4321 789.00 120.00
350.00 459.00
GH2222
321.45 143.65 0.00 465.10
--------
Total
= 2,404.10
This output should appear in a “picture Box” and uses the input and print statements.