summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-11-05 17:38:27 -0700
committerjacobdw22 <[email protected]>2022-11-05 17:38:27 -0700
commit4eb2ff32217db97dc30074ece4b1eb014d737647 (patch)
tree7cd9801f4280ecb4982aa45a5db70ae64307c65e
parentFinished pseudo code (diff)
downloadcst116-lab2-jacobdw22-4eb2ff32217db97dc30074ece4b1eb014d737647.tar.xz
cst116-lab2-jacobdw22-4eb2ff32217db97dc30074ece4b1eb014d737647.zip
Final Changes
-rw-r--r--cst116-Lab2-wilson-pseudo-code.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/cst116-Lab2-wilson-pseudo-code.txt b/cst116-Lab2-wilson-pseudo-code.txt
index 9baaa6d..f5b91c2 100644
--- a/cst116-Lab2-wilson-pseudo-code.txt
+++ b/cst116-Lab2-wilson-pseudo-code.txt
@@ -16,4 +16,6 @@ RUN WindSpeedFinder;
RUN WindChill
Chill = 35.74 + (0.6215 * CtoF) - (35.75 * (pow(WindSpeedFinder, x))) + (0.4275 * CtoF * (pow(WindSpeedFinder, x)));
-DISPLAY "The wind chill is: " WindChill; \ No newline at end of file
+DISPLAY "The wind chill is: " WindChill;
+
+END; \ No newline at end of file