diff options
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index b62f3ab..b243727 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -1,6 +1,10 @@ // BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there. // //nathan turcas lab 2 + +//psuedo code: First part using three different functions to execute commands so that fahrenheit is inputed and calculated, along with Celcius if +// inputed and then changed back into Fahrenheit. After that, windspeed is asked to be inputed and then calculated with fahrenheit to produce +// the windchill. #include <iostream> using namespace std; |