From 4eb2ff32217db97dc30074ece4b1eb014d737647 Mon Sep 17 00:00:00 2001 From: jacobdw22 Date: Sat, 5 Nov 2022 17:38:27 -0700 Subject: Final Changes --- cst116-Lab2-wilson-pseudo-code.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3