Write a C++ program to simulate a contact book that should hold the
following details 1) the first name, 2) the last name, and 3) contact numbers
(each contact can maximally have 3 numbers). Where contacts must be
stored in order according to the first name from A to Z. The user of the
system must have the ability to :
1. Add new contact
2. Edit an available contact (first name, last name, or a contact number)
3. Search a contact (even by contact name or number)
4. Delete a contact
5. Display contacts. This action must present only one contact and the user
can go forward or backward to see other persons. (display starts from A
and ends at Z)
6. Display the total number of contacts
7. Clear the book
السؤال
Marah Mujahed
Develop A Contact Book Application
Write a C++ program to simulate a contact book that should hold the
تم التعديل في بواسطة Wael Aljamalfollowing details 1) the first name, 2) the last name, and 3) contact numbers
(each contact can maximally have 3 numbers). Where contacts must be
stored in order according to the first name from A to Z. The user of the
system must have the ability to :
1. Add new contact
2. Edit an available contact (first name, last name, or a contact number)
3. Search a contact (even by contact name or number)
4. Delete a contact
5. Display contacts. This action must present only one contact and the user
can go forward or backward to see other persons. (display starts from A
and ends at Z)
6. Display the total number of contacts
7. Clear the book
توضيح السؤال
رابط هذا التعليق
شارك على الشبكات الإجتماعية
2 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.