diff options
| author | Joseph Ten Eyck <[email protected]> | 2021-11-11 00:34:03 -0800 |
|---|---|---|
| committer | Joseph Ten Eyck <[email protected]> | 2021-11-11 00:34:03 -0800 |
| commit | ea266a4b6b0a07ff4e0842a9653b1634ac95f8ab (patch) | |
| tree | 44b9d43b836373e6a4cafa7de191aa44a5515d8a /CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp | |
| parent | Last problem is giving me trouble. I am pushing what I have before midnight s... (diff) | |
| download | cst116-lab6-josephteneyck-master.tar.xz cst116-lab6-josephteneyck-master.zip | |
Diffstat (limited to 'CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp')
| -rw-r--r-- | CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp b/CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp index 06a47cf..d518b6e 100644 --- a/CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp +++ b/CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp @@ -184,16 +184,16 @@ //==================================================================== -#include "Header.h" - -int main() -{ - int menu_choice = 0; - - do - { - displayMenu(menu_choice); //Displays menu choices and takes in user choice - - processMenuChoice(menu_choice); //Process menu choice, calls relevant function - } while (menu_choice != 4); -}
\ No newline at end of file +//#include "Header.h" +// +//int main() +//{ +// int menu_choice = 0; +// +// do +// { +// displayMenu(menu_choice); //Displays menu choices and takes in user choice +// +// processMenuChoice(menu_choice); //Process menu choice, calls relevant function +// } while (menu_choice != 4); +//}
\ No newline at end of file |