summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp')
-rw-r--r--BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp b/BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp
index dd14e20..53ccefd 100644
--- a/BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp
+++ b/BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp
@@ -18,7 +18,7 @@ int main()
int degree=122;
int windSpeed = 232;
float windChill;
- cout << "Are you inputting temperature in celcius or fahrenheit? C/f? ";
+ cout << "Are you inputting temperature in celcius or fahrenheit? Type C/f? ";
cin >> temp;
if (temp == 'c' || temp == 'C') {
while (degree < -62 || degree > 49.5) {