diff options
| -rw-r--r-- | src.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -104,13 +104,16 @@ void ProcessMenuChoice (int menu_choice, int& usr_data) { if (program_rerun == 1) main(); - + else { cout << "================================================================" << endl; cout << "Program Closing..." << endl; cout << "================================================================\n\n\n" << endl; } + } + + void IsPosNeg (int usr_data) { // checks whether the number entered is positive or negative. // Displays appropriate message. |