summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanturcas <[email protected]>2022-11-09 22:46:09 -0800
committerNathanturcas <[email protected]>2022-11-09 22:46:09 -0800
commita23ec6b5cfb61bbd2b7d070187081bedb886eb36 (patch)
tree10d8c468936c259ab149330f6c65466153c1e523
parentanother commit (diff)
downloadcst116-lab2-nathanturcas-master.tar.xz
cst116-lab2-nathanturcas-master.zip
final commit.HEADmaster
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp4
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;