diff options
| author | Nathanturcas <[email protected]> | 2022-11-09 22:46:09 -0800 |
|---|---|---|
| committer | Nathanturcas <[email protected]> | 2022-11-09 22:46:09 -0800 |
| commit | a23ec6b5cfb61bbd2b7d070187081bedb886eb36 (patch) | |
| tree | 10d8c468936c259ab149330f6c65466153c1e523 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | another commit (diff) | |
| download | cst116-lab2-nathanturcas-master.tar.xz cst116-lab2-nathanturcas-master.zip | |
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -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; |