From 440863931dff8864f9cca1e62ff22f24dfd9088f Mon Sep 17 00:00:00 2001 From: Wyatt Date: Tue, 8 Nov 2022 21:03:04 -0800 Subject: lab done --- psuedocode.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 psuedocode.txt (limited to 'psuedocode.txt') diff --git a/psuedocode.txt b/psuedocode.txt new file mode 100644 index 0000000..19668e3 --- /dev/null +++ b/psuedocode.txt @@ -0,0 +1,11 @@ +ask use if using celcius, if yes, they will type yes. Store whether they are in a bool. +while float temp is outside the defined bounds of celcius and ferenheit, as user to input a value. set temp to the input. + +if ferenheit is false, convertValueToFerenheit(temp) + +while wind_speed is outside the defined bounds of windspeed, as user to input a value, set wind_speed to input. + + +outputData(temp, wind_speed, calculateWindChill(temp, wind_speed)); + +return \ No newline at end of file -- cgit v1.2.3