From 69201d3cef0aea7b3b0397ee79e5830f45adcaf9 Mon Sep 17 00:00:00 2001 From: prestonderek Date: Sun, 6 Nov 2022 19:24:49 -0800 Subject: Comments 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 c7b68f7..bda03a3 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -18,6 +18,7 @@ float mph; float newFar; float chill; +//The following const are for the while loops to control what user can enter const int celmin = -62; const float celmax = 49.5; const int farmin = -80; @@ -25,6 +26,7 @@ const int farmax = 121; const int mphmin = 0; const int mphmax = 231; +//to check for user to enter celcius or fahrenheit string check; const string celcheck = "c"; -- cgit v1.2.3