diff options
| author | austinsworld15 <[email protected]> | 2021-12-08 13:36:10 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-08 13:36:10 -0800 |
| commit | 9bc78b10cb2907e4b6d07605a2fae87103f44f24 (patch) | |
| tree | 73d0a0930c9dcb9c9308b6098e9c7472eb2ec789 | |
| parent | Update Project_3_Functions.cpp (diff) | |
| download | cst116-proj3-austinsworld15-9bc78b10cb2907e4b6d07605a2fae87103f44f24.tar.xz cst116-proj3-austinsworld15-9bc78b10cb2907e4b6d07605a2fae87103f44f24.zip | |
Update Project 3.cpp
| -rw-r--r-- | CST116F2021-Proj3/Project 3.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) |