diff options
| author | Andrei F <[email protected]> | 2022-11-09 16:33:57 -0800 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-11-09 16:33:57 -0800 |
| commit | 309387446d03982997b0dddd5ed072c2ecd55dfc (patch) | |
| tree | d5403e7763fb92877ef0c85370f27ee8b83eb36c /CST116-Lab2-Florea | |
| parent | Adding more comment (diff) | |
| download | cst116-lab2-florea-309387446d03982997b0dddd5ed072c2ecd55dfc.tar.xz cst116-lab2-florea-309387446d03982997b0dddd5ed072c2ecd55dfc.zip | |
Adding more comments
Diffstat (limited to 'CST116-Lab2-Florea')
| -rw-r--r-- | CST116-Lab2-Florea/CST116-Lab2-Florea.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp b/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp index ea3bb21..f31cabf 100644 --- a/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp +++ b/CST116-Lab2-Florea/CST116-Lab2-Florea.cpp @@ -1,5 +1,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 */ #include <iostream> |