From 24680ef51e17dafdc7094f4a130661af0fd1a3dc Mon Sep 17 00:00:00 2001 From: "smithbenjamin2022@gmail.com" Date: Wed, 9 Nov 2022 15:39:26 -0800 Subject: TRUE FINAL PUSH --- BlankConsoleLab/BlankConsoleLab.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 8f7b61f..146efa6 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -84,5 +84,6 @@ int main() //Calculate the Wind Chill wind_chill = Wind_Chill(temperature, wind_speed); + //Output Wind Chill cout << "The wind chill is " << wind_chill<< "." << endl; } \ No newline at end of file -- cgit v1.2.3