From 9a6398a464eb7c6a4bb1e9dabf61668184c2d56e Mon Sep 17 00:00:00 2001 From: natiabebaw Date: Wed, 23 Oct 2019 12:39:33 -0700 Subject: [PATCH 1/2] improved main.cpp --- Sheger/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Sheger/main.cpp b/Sheger/main.cpp index 91ff3f5..4a214cc 100644 --- a/Sheger/main.cpp +++ b/Sheger/main.cpp @@ -27,6 +27,7 @@ int main() cout<<"\n\n\t\tYou Are:-\n"; cout<<"\n\t\t1,Registrar"; cout<<"\n\t\t2,Monitor"; + cout<<"\n\t\t3,Manager"; cout<<"\n\t\t3,Exit"; cout<<"\n\t\t\tSelect: #"; cin>>choice; From 046b120ec360ac0ea72594ba501626b11a0de75a Mon Sep 17 00:00:00 2001 From: Natnael Abebaw <56926277+natiabebaw@users.noreply.github.com> Date: Thu, 24 Oct 2019 02:50:29 -0700 Subject: [PATCH 2/2] Update main.cpp --- Sheger/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sheger/main.cpp b/Sheger/main.cpp index 4a214cc..43c48bc 100644 --- a/Sheger/main.cpp +++ b/Sheger/main.cpp @@ -28,7 +28,7 @@ int main() cout<<"\n\t\t1,Registrar"; cout<<"\n\t\t2,Monitor"; cout<<"\n\t\t3,Manager"; - cout<<"\n\t\t3,Exit"; + cout<<"\n\t\t4,Exit"; cout<<"\n\t\t\tSelect: #"; cin>>choice;