aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp
diff options
context:
space:
mode:
authorJoseph Ten Eyck <[email protected]>2021-11-11 00:34:03 -0800
committerJoseph Ten Eyck <[email protected]>2021-11-11 00:34:03 -0800
commitea266a4b6b0a07ff4e0842a9653b1634ac95f8ab (patch)
tree44b9d43b836373e6a4cafa7de191aa44a5515d8a /CST116F2021-Lab6/CST116F2021-Lab6 - Joseph Ten Eyck.cpp
parentLast problem is giving me trouble. I am pushing what I have before midnight s... (diff)
downloadcst116-lab6-josephteneyck-master.tar.xz
cst116-lab6-josephteneyck-master.zip
Figured out what was giving me trouble! This is the completed assignment.HEADmaster
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