Bank Record Database

The bank record database is a project I created for ICS 212: Program Structure. The database contains bank users’ information, sorted by account number, and including names and addresses. The records are sorted in descending order and are stored in a text file. The user can also add, print all, find, and delete records.

This project significantly improved my understanding of coding as we had to understand the concepts behind it, including pointers, to complete the project and its requirements. The class overall focused on being able to trace our code and to understand what each line of code is for.

Code available upon request.