diff options
| author | Joe Traver <[email protected]> | 2022-11-07 20:45:28 -0800 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-11-07 20:45:28 -0800 |
| commit | 044d981c5cffc2d440bdb3ea95d505d96d798268 (patch) | |
| tree | 4e7196700d6a520ae071d4cff2ea6833f83c80fe | |
| parent | Comment added (diff) | |
| download | cst116-lab2-joetraver30-044d981c5cffc2d440bdb3ea95d505d96d798268.tar.xz cst116-lab2-joetraver30-044d981c5cffc2d440bdb3ea95d505d96d798268.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 d812f12..7d13575 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -44,7 +44,7 @@ int main() void GetInfo(char& letter, float& t, float& T, int& W) { - + //ask for type of temp unids that need to be used cout << "Enter temperature units Celcius or Fahrenheit (C/F): "; cin >> letter; |