Geirby / bookish-dollop

iTechArt Java Fundamentals Mentoring Program
0 stars 0 forks source link

Implement console phone book app #10

Open Dauren-Delmukhambetov opened 3 years ago

Dauren-Delmukhambetov commented 3 years ago

Description

In this task, we need to implement a phone book as a console application. The app should allow a user to add a new contact to the phone book, search contact, edit and delete an existing one.

NOTE It's recommended to store a contact in an array since we have not reached the Collections topic.

Link to read

Definition of Done (DoD)


Due date: :calendar: 24th July 2021

Dauren-Delmukhambetov commented 3 years ago

Here you can find a way to keep the app running while waiting for user's input (see the accepted answer)