From 69e10562b6dff9d2d242c997e3f189e1470b62d9 Mon Sep 17 00:00:00 2001 From: CEOofOogaBooga Date: Tue, 8 Nov 2022 21:12:39 -0800 Subject: truly finished (hopefully) --- BlankConsoleLab/BlankConsoleLab.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'BlankConsoleLab') 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; -- cgit v1.2.3