diff options
| author | CEOofOogaBooga <[email protected]> | 2022-11-08 21:12:06 -0800 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-11-08 21:12:06 -0800 |
| commit | caaf5325038a9db0db787fc4becd47f9abec3bd7 (patch) | |
| tree | a0b15186eba2c71cc53637962bfdf544fc41b85a | |
| parent | more pseudo code (diff) | |
| download | cst116-lab2--trinh--caaf5325038a9db0db787fc4becd47f9abec3bd7.tar.xz cst116-lab2--trinh--caaf5325038a9db0db787fc4becd47f9abec3bd7.zip | |
testing
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index e6b96c7..f36e32b 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -31,7 +31,7 @@ int main() cout << "Are you entering temperature in celsius? Say yes if yes, no or anything else if no: "; cin >> input; cout << endl; - + cout << cycle(); if (input == word) { fahrenheit = false; |