summaryrefslogtreecommitdiff
path: root/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-11-09 16:35:10 -0800
committerAndrei F <[email protected]>2022-11-09 16:35:10 -0800
commit8c174650f623e6e030a70435fe53bc64e48c4610 (patch)
treeb096fdfe316cb8f7f31d51e2e3ecf4fefa2e480b /CST116-Lab2-Florea/CST116-Lab2-Florea.cpp
parentAdding more comments (diff)
downloadcst116-lab2-florea-master.tar.xz
cst116-lab2-florea-master.zip
Final CommitHEADmaster
Diffstat (limited to 'CST116-Lab2-Florea/CST116-Lab2-Florea.cpp')
-rw-r--r--CST116-Lab2-Florea/CST116-Lab2-Florea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp b/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp
index 0644cc0..e1eebc9 100644
--- a/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp
+++ b/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp
@@ -2,7 +2,7 @@
Andrei Florea - CST 116 - Lab 2 - Calculating wind chill
This program takes in wind speed in MPH and temperature in either Fahrenheit or Celsius
-It will return the calculated wind chill
+It will return the calculated wind chill using those variables
*/
#include <iostream>