Template Walkthrough
If you want to learn how to edit templates, click this link:
http://help.blogger.com/bin/answer.py?answer=751&query=sidebar&topic=&type=f
If you want to learn how to edit templates, click this link:
http://help.blogger.com/bin/answer.py?answer=751&query=sidebar&topic=&type=f
If you want to start a new blog....
Click on this link to learn how...
http://www.mtroyal.ab.ca/ADC/workshops/_student_tutorials/_assignments/student_blog/index_new.htm#top
To all students of Comsci 21 for 2nd Semester AY' 2005-2006
Here are the details for your first programming assignment:
You are to make a program that emulates a bank account record keeping system.
You will implement this system using an array of records (max : 1000)
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 8, 2006
If you have any questions, just post it in "COMMENTS"