summaryrefslogtreecommitdiff
path: root/BlankConsoleLab
diff options
context:
space:
mode:
authorCEOofOogaBooga <[email protected]>2022-11-08 21:12:39 -0800
committerCEOofOogaBooga <[email protected]>2022-11-08 21:12:39 -0800
commit69e10562b6dff9d2d242c997e3f189e1470b62d9 (patch)
treead16ee3cbd1631f5b68bec8584efb4b2cebe8c70 /BlankConsoleLab
parenttesting (diff)
downloadcst116-lab2--trinh--master.tar.xz
cst116-lab2--trinh--master.zip
truly finished (hopefully)HEADmaster
Diffstat (limited to 'BlankConsoleLab')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index f36e32b..fcf87ce 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -31,7 +31,6 @@ 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;