From a341222b310ab87a0af7dbdeff2ef1eb7a3e5453 Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Wed, 9 Nov 2022 23:12:30 -0800 Subject: Push 8 --- BlankConsoleLab/BlankConsoleLab.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'BlankConsoleLab') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index df3668c..de91f5f 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -38,8 +38,7 @@ int CeltoFar() { cout << "You entered " << Cel << endl; - Fah = 9 / 5 * Cel + 32; ; - + Fah = 9 / 5 * Cel + 32; cout << "which is " << Fah << " degrees fahrenheit" << endl; } else -- cgit v1.2.3