diff options
| author | rPatrickWarner <[email protected]> | 2024-04-20 10:13:26 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-04-20 10:13:26 -0700 |
| commit | a5a78fdffddaaba4288d8450b9faf03ab75bc1e8 (patch) | |
| tree | 52beddad641718bf385d813319617cac0629ff27 /CST 126/Homework 1/main.cpp | |
| parent | Big changes to TempLog (diff) | |
| download | homework-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.cpp | 7 |
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 |