2nd Programming Assignment
Implement the program with the listed specifications using linked lists instead of arrays and add "Load" and "Save" features using binary files.
To all students of Comsci 21 for 2nd Semester AY' 2005-2006
Specifications :
You are to make a program that emulates a bank account record keeping system.
Here are the fields of each record in the system:
1. Account Number
2. Last Name
3. First Name
4. Middle Name
5. Date of Birth (Format : mm/dd/yyyy)
6. Cash in Bank (or Balance... Formula : Cash Deposited - Cash Withdrawn)
7. Cash Deposited
8. Cash Withdrawn
Records should be sorted by Account Number (in increasing order)
Here are the functions that your system should offer(They should be the options in your MENU):
1.) Add Record
2.) Delete Record(Account Number);
3.) Edit Record (Account Number);
4.) Display Record (Account Number);
5.) Withdraw (Account Number, Amount);
6.) Deposit (Account Number, Amount);
7.) View All Records
Deadline will be on : March 22,2006
If you have any questions, just post it in "COMMENTS"
To all students of Comsci 21 for 2nd Semester AY' 2005-2006
Specifications :
You are to make a program that emulates a bank account record keeping system.
Here are the fields of each record in the system:
1. Account Number
2. Last Name
3. First Name
4. Middle Name
5. Date of Birth (Format : mm/dd/yyyy)
6. Cash in Bank (or Balance... Formula : Cash Deposited - Cash Withdrawn)
7. Cash Deposited
8. Cash Withdrawn
Records should be sorted by Account Number (in increasing order)
Here are the functions that your system should offer(They should be the options in your MENU):
1.) Add Record
2.) Delete Record(Account Number);
3.) Edit Record (Account Number);
4.) Display Record (Account Number);
5.) Withdraw (Account Number, Amount);
6.) Deposit (Account Number, Amount);
7.) View All Records
Deadline will be on : March 22,2006
If you have any questions, just post it in "COMMENTS"

2 Comments:
Sir, will the deadline for the prog assign be really on March 22??
-Rivera, Martin
hello!!!
Post a Comment
<< Home