From 2f3f38f9d8a5f526a5a12fff2632fb947b47f8a3 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Mon, 7 Nov 2022 20:46:07 -0800 Subject: comment added --- BlankConsoleLab/BlankConsoleLab.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 7d13575..7749557 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -31,8 +31,6 @@ int main() cout << "Wind speed is: " << W << " MPH" << endl << endl; - - C = WindChillCalculation(W, t); cout << "For " << t << " degrees F and " << W << " MPH, the windchill is: " << C << endl; @@ -130,7 +128,7 @@ void GetInfo(char& letter, float& t, float& T, int& W) cout << endl; } } - + // requests wind speed cout << "Enter wind speed between 0 MPH & 231 MPH: "; cin >> W; -- cgit v1.2.3