Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
bug fix
  • Loading branch information
“craciun2” committed Mar 15, 2018
1 parent e938d58 commit 94f07b097d3e15fe547ef6bb529af654159d2982
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
@@ -190,7 +190,7 @@
cin >> choice;

} // end of do while
while (choice >'5' || choice<'0' );
while (choice >'4' || choice<'0' );

switch (choice)
{
@@ -60,7 +60,7 @@ char menuu()

cin >> choice;
} // end of do while
while (choice >'5' || choice<'0' );
while (choice >'4' || choice<'0' );
if (choice == '1')
switch (choice)
{
BIN +0 Bytes (100%) main_program
Binary file not shown.

0 comments on commit 94f07b0

Please sign in to comment.