aboutsummaryrefslogtreecommitdiff
path: root/CPP/BABS/main.cpp
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-06-27 14:11:01 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-06-27 14:11:01 +0300
commitf2d1216153123a3fbee6af8e7a0ad06a3577f216 (patch)
tree2c5904a420306a4c742185557f10f158c1d39a1f /CPP/BABS/main.cpp
parente4bc857f1f7edf677c3ffec8021db57043db350d (diff)
downloadSelf-learning-f2d1216153123a3fbee6af8e7a0ad06a3577f216.tar
Self-learning-f2d1216153123a3fbee6af8e7a0ad06a3577f216.tar.gz
Self-learning-f2d1216153123a3fbee6af8e7a0ad06a3577f216.zip
Finished implementation of closing and opening bank accounts.
Diffstat (limited to 'CPP/BABS/main.cpp')
-rw-r--r--CPP/BABS/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/BABS/main.cpp b/CPP/BABS/main.cpp
index a9ff61e..717e0dd 100644
--- a/CPP/BABS/main.cpp
+++ b/CPP/BABS/main.cpp
@@ -14,7 +14,7 @@ int main()
char inValue;
cin >> inValue;
- if (inValue == 'e' || inValue == 'E') {
+ if (inValue == 'e' || inValue == 'E' || inValue == '0') {
return 0;
}