summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/BlankConsoleLab.cpp
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-11-07 20:46:07 -0800
committerJoe Traver <[email protected]>2022-11-07 20:46:07 -0800
commit2f3f38f9d8a5f526a5a12fff2632fb947b47f8a3 (patch)
tree1dd31e613622d60ec1422dfd2a7772cf30a00df0 /BlankConsoleLab/BlankConsoleLab.cpp
parentcomment added (diff)
downloadcst116-lab2-joetraver30-2f3f38f9d8a5f526a5a12fff2632fb947b47f8a3.tar.xz
cst116-lab2-joetraver30-2f3f38f9d8a5f526a5a12fff2632fb947b47f8a3.zip
comment added
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp4
1 files changed, 1 insertions, 3 deletions
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;