diff options
| author | Joe Traver <[email protected]> | 2022-11-07 20:47:33 -0800 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-11-07 20:47:33 -0800 |
| commit | f0ea22f37b20edcac0a40ffa7afbe0b6972372a3 (patch) | |
| tree | 2aad224f68742de90f63a96a8b0c081fd81bf28c /BlankConsoleLab | |
| parent | comment added (diff) | |
| download | cst116-lab2-joetraver30-master.tar.xz cst116-lab2-joetraver30-master.zip | |
Diffstat (limited to 'BlankConsoleLab')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 7749557..9afb111 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -153,7 +153,6 @@ void GetInfo(char& letter, float& t, float& T, int& W) cout << endl; } } - //Fahrenheit Conversion Function that returns a floating value float FahrenheitConversion(float T) { |