From 5b8d745ee7a73bf39824af67b860cbfbdca02966 Mon Sep 17 00:00:00 2001 From: EdwardFine Date: Tue, 8 Nov 2022 23:52:02 -0800 Subject: Final code + PseudoCode --- BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BlankConsoleLab/CST116-Lab2-Edward-Fine.cpp') 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) { -- cgit v1.2.3