diff options
| author | rPatrickWarner <[email protected]> | 2024-04-20 09:26:25 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-04-20 09:26:25 -0700 |
| commit | c3acaa3a78b075dc1a26dc207eba749efeb80c26 (patch) | |
| tree | 28407f0e62e1ed9526e24bc12f7495e46d2bf670 /CST 126/Homework 1/main.cpp | |
| parent | unit test (diff) | |
| download | homework-1-reecepwarner-c3acaa3a78b075dc1a26dc207eba749efeb80c26.tar.xz homework-1-reecepwarner-c3acaa3a78b075dc1a26dc207eba749efeb80c26.zip | |
Big changes to TempLog
Diffstat (limited to 'CST 126/Homework 1/main.cpp')
| -rw-r--r-- | CST 126/Homework 1/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp index cb22063..7a400ca 100644 --- a/CST 126/Homework 1/main.cpp +++ b/CST 126/Homework 1/main.cpp @@ -11,7 +11,7 @@ int main() { //UserMenu(); - - + TempInput("What was the high?", "What was the low?"); + //TemperatureArithmetic(TempInput("What was the high?", "What was the low?")); return 0; }
\ No newline at end of file |