Java Syntax Practice Code.
Terminal-based Java application that stores contact information and provides functions based on the selected option.
Will add security and value-sharing between files using a private class.
- Java 17
Management contacts informations with name, phone, and email.
options:
- add
- view
- search
- delete
- write down (Saves as a .txt file using the filename provided by the user.)
javac Contact.java
javac Main.java
java MainProject/
├── .gitignore
├── Main.java
├── Contact.java
└── README.md
MIT License
Name: Jiyong Kim (ZYONGE)
Profile: https://github.com/ZYONGE
Motivation: Created for submission as a first-year university project in 2023