diff options
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
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; |