diff options
Diffstat (limited to 'psuedocode.txt')
| -rw-r--r-- | psuedocode.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 |