From 9bc78b10cb2907e4b6d07605a2fae87103f44f24 Mon Sep 17 00:00:00 2001 From: austinsworld15 <91639488+austinsworld15@users.noreply.github.com> Date: Wed, 8 Dec 2021 13:36:10 -0800 Subject: Update Project 3.cpp --- CST116F2021-Proj3/Project 3.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CST116F2021-Proj3/Project 3.cpp b/CST116F2021-Proj3/Project 3.cpp index 2e47c63..790a2b0 100644 --- a/CST116F2021-Proj3/Project 3.cpp +++ b/CST116F2021-Proj3/Project 3.cpp @@ -28,6 +28,8 @@ int main() int iM = 0; int jM = 0; + Menu(); + ProcessChoice(choice); if (choice == 1) -- cgit v1.2.3