(Creating Data for a File-Matching Program)Write a simple program to create some test data for checking out the program of Exercise. Use the following sample account data:
Master File: Account number | Name | Balance |
100 | Alan Jones | 348.17 |
300 | Mary Smith | 27.19 |
500 | Sam Sharp | 0.00 |
700 | Suzy Green | -14.22 |
Transaction File: Account number | Dollar amount |
100 | 27.14 |
300 | 62.11 |
400 | 100.56 |
900 | 82.17 |
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.