From cf36895ec41c29a6e774e846dd3881210bf61185 Mon Sep 17 00:00:00 2001 From: DoolyBoi Date: Wed, 9 Nov 2022 21:12:35 -0800 Subject: added a space --- BlankConsoleLab/BlankConsoleLab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BlankConsoleLab') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index a72039e..6a43967 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -94,6 +94,6 @@ int main() windChill = calculate(wSpeed, temp); - cout << "At " << temp << "degrees Fahrenheit and at a wind speed of " << wSpeed << "MPH, the windchill is " << windChill << "."; + cout << "At " << temp << " degrees Fahrenheit and at a wind speed of " << wSpeed << "MPH, the windchill is " << windChill << "."; } -- cgit v1.2.3