diff options
Diffstat (limited to 'CST116-Lab2-Florea')
| -rw-r--r-- | CST116-Lab2-Florea/CST116-Lab2-Florea.cpp | 2 |
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> |