summaryrefslogtreecommitdiff
path: root/BlankConsoleLab
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-11-07 20:47:33 -0800
committerJoe Traver <[email protected]>2022-11-07 20:47:33 -0800
commitf0ea22f37b20edcac0a40ffa7afbe0b6972372a3 (patch)
tree2aad224f68742de90f63a96a8b0c081fd81bf28c /BlankConsoleLab
parentcomment added (diff)
downloadcst116-lab2-joetraver30-master.tar.xz
cst116-lab2-joetraver30-master.zip
I saved often but I did it all on my computer only to relaize that it had a github link.HEADmaster
Diffstat (limited to 'BlankConsoleLab')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp1
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)
{