aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp')
-rw-r--r--CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp26
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