diff options
| author | Joe Traver <[email protected]> | 2022-11-07 20:44:52 -0800 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-11-07 20:44:52 -0800 |
| commit | 91ed57367c291c2eefdac9cfd0a4c28562bce00f (patch) | |
| tree | c01f9a3c067c3c0f6c642518eee0799c1b2dc35e | |
| parent | comment added (diff) | |
| download | cst116-lab2-joetraver30-91ed57367c291c2eefdac9cfd0a4c28562bce00f.tar.xz cst116-lab2-joetraver30-91ed57367c291c2eefdac9cfd0a4c28562bce00f.zip | |
Comment added
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
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; |