summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-11-07 20:44:31 -0800
committerJoe Traver <[email protected]>2022-11-07 20:44:31 -0800
commitf9f064c3f51ea4311d197a48e4501c500c1c41a9 (patch)
tree1f06eac560d10a602af528e9cb1698075d76adfa
parentToutor help point 2 (diff)
downloadcst116-lab2-joetraver30-f9f064c3f51ea4311d197a48e4501c500c1c41a9.tar.xz
cst116-lab2-joetraver30-f9f064c3f51ea4311d197a48e4501c500c1c41a9.zip
comment added
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index bcb3304..171db80 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -103,7 +103,7 @@ void GetInfo(char& letter, float& t, float& T, int& W)
else
{
-
+ //ask for temp in F
cout << "Enter the temperature in Fahrtenheit beteen -80 degrees & 121 degrees: ";
cin >> t;