This is a simple java project from my early days as a Computer Science student
This programm was created for the second semester class Object-oriented Programming and is one of a few such simple java programms neccessary to pass the class
A Java console application that manages an address book where the contacts are saved within an archive.
- Print all available contacts
- Add new contact
- Search contact based on name
- Search contact based on phone number
- Edit contact based on name
- Edit contact based on phone number
- Delete contact based on name
- Delete contact based on phone number
- The comments to make the code understandable, are within the archives
- This project uses BufferedReader instead of FileReader
- This program was written in Eclipse IDE
- This repository was created to show the variety of the work I did and experience I gained as a student