From f9f064c3f51ea4311d197a48e4501c500c1c41a9 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Mon, 7 Nov 2022 20:44:31 -0800 Subject: comment added --- BlankConsoleLab/BlankConsoleLab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3