aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Homework 1/main.cpp
diff options
context:
space:
mode:
authorrPatrickWarner <[email protected]>2024-04-20 10:13:26 -0700
committerrPatrickWarner <[email protected]>2024-04-20 10:13:26 -0700
commita5a78fdffddaaba4288d8450b9faf03ab75bc1e8 (patch)
tree52beddad641718bf385d813319617cac0629ff27 /CST 126/Homework 1/main.cpp
parentBig changes to TempLog (diff)
downloadhomework-1-reecepwarner-a5a78fdffddaaba4288d8450b9faf03ab75bc1e8.tar.xz
homework-1-reecepwarner-a5a78fdffddaaba4288d8450b9faf03ab75bc1e8.zip
templog virtuallycomplete
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
-rw-r--r--CST 126/Homework 1/main.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp
index 7a400ca..8946c16 100644
--- a/CST 126/Homework 1/main.cpp
+++ b/CST 126/Homework 1/main.cpp
@@ -5,13 +5,12 @@
//clear the screen after each menu choice&& change text color??
-#include "TempLogHelper.hpp"
+#include "MenuHelper.hpp"
int main()
{
- //UserMenu();
- TempInput("What was the high?", "What was the low?");
- //TemperatureArithmetic(TempInput("What was the high?", "What was the low?"));
+ UserMenu();
+
return 0;
} \ No newline at end of file