From 91ed57367c291c2eefdac9cfd0a4c28562bce00f Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Mon, 7 Nov 2022 20:44:52 -0800 Subject: Comment added --- BlankConsoleLab/BlankConsoleLab.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') 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; -- cgit v1.2.3