aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Hw-5/Hw-5/contacts.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Hw-5/Hw-5/contacts.cpp b/Hw-5/Hw-5/contacts.cpp
index 5a21028..c7b4d58 100644
--- a/Hw-5/Hw-5/contacts.cpp
+++ b/Hw-5/Hw-5/contacts.cpp
@@ -49,10 +49,11 @@ void Printcontacts(contact(&contacts)[10]) {
}
void update(contact(&contacts)[10]) {
- cout << "Print contact to update" << endl;
+ //cout << "Print contact to update" << endl;
Printcontacts(contacts);
int num = 0;
+ cout << "Enter contact number to update" << endl;
cin >> num;