From a23ec6b5cfb61bbd2b7d070187081bedb886eb36 Mon Sep 17 00:00:00 2001 From: Nathanturcas Date: Wed, 9 Nov 2022 22:46:09 -0800 Subject: final commit. --- BlankConsoleLab/BlankConsoleLab.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') 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 using namespace std; -- cgit v1.2.3