summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-11-07 20:44:52 -0800
committerJoe Traver <[email protected]>2022-11-07 20:44:52 -0800
commit91ed57367c291c2eefdac9cfd0a4c28562bce00f (patch)
treec01f9a3c067c3c0f6c642518eee0799c1b2dc35e
parentcomment added (diff)
downloadcst116-lab2-joetraver30-91ed57367c291c2eefdac9cfd0a4c28562bce00f.tar.xz
cst116-lab2-joetraver30-91ed57367c291c2eefdac9cfd0a4c28562bce00f.zip
Comment added
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index 171db80..d812f12 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -74,6 +74,8 @@ void GetInfo(char& letter, float& t, float& T, int& W)
if (letter == 'c' || letter == 'C')
{
+
+ //ask for temp in C
cout << "Enter the temperature in Celcuius between -62 degrees & 49.5 degrees: ";
cin >> T;