diff options
| author | Wyatt <[email protected]> | 2022-11-08 21:03:04 -0800 |
|---|---|---|
| committer | Wyatt <[email protected]> | 2022-11-08 21:03:04 -0800 |
| commit | 440863931dff8864f9cca1e62ff22f24dfd9088f (patch) | |
| tree | 2e2be70672abc7d58f3d30ff538b4365202f42b4 /psuedocode.txt | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab2-johnson-master.tar.xz cst116-lab2-johnson-master.zip | |
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 |