diff options
| author | Andrei F <[email protected]> | 2022-11-09 16:34:18 -0800 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-11-09 16:34:18 -0800 |
| commit | 40aa81ad0d5dae178aa94226d660fa81b653f964 (patch) | |
| tree | 57c4fe896ff0b55a4925529d736be56008dfe37c | |
| parent | Adding more comments (diff) | |
| download | cst116-lab2-florea-40aa81ad0d5dae178aa94226d660fa81b653f964.tar.xz cst116-lab2-florea-40aa81ad0d5dae178aa94226d660fa81b653f964.zip | |
Adding more comments
| -rw-r--r-- | CST116-Lab2-Florea/CST116-Lab2-Florea.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp b/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp index f31cabf..0644cc0 100644 --- a/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp +++ b/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp @@ -2,6 +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 */ #include <iostream> |