diff options
| author | Joe Traver <[email protected]> | 2022-11-07 20:44:31 -0800 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-11-07 20:44:31 -0800 |
| commit | f9f064c3f51ea4311d197a48e4501c500c1c41a9 (patch) | |
| tree | 1f06eac560d10a602af528e9cb1698075d76adfa | |
| parent | Toutor help point 2 (diff) | |
| download | cst116-lab2-joetraver30-f9f064c3f51ea4311d197a48e4501c500c1c41a9.tar.xz cst116-lab2-joetraver30-f9f064c3f51ea4311d197a48e4501c500c1c41a9.zip | |
comment added
| -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; |