summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoolyBoi <[email protected]>2022-11-09 21:12:35 -0800
committerDoolyBoi <[email protected]>2022-11-09 21:12:35 -0800
commitcf36895ec41c29a6e774e846dd3881210bf61185 (patch)
tree49d5ae0238c4436e59883b84a6ce9845812c685c
parentcomments (diff)
downloadcst116-lab2-abd00l4h-cf36895ec41c29a6e774e846dd3881210bf61185.tar.xz
cst116-lab2-abd00l4h-cf36895ec41c29a6e774e846dd3881210bf61185.zip
added a space
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp2
1 files changed, 1 insertions, 1 deletions
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 << ".";
}