diff options
Diffstat (limited to 'BlankConsoleLab/CST116_Lab2_Williams_Pseudocode.txt')
| -rw-r--r-- | BlankConsoleLab/CST116_Lab2_Williams_Pseudocode.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116_Lab2_Williams_Pseudocode.txt b/BlankConsoleLab/CST116_Lab2_Williams_Pseudocode.txt new file mode 100644 index 0000000..0fa87bf --- /dev/null +++ b/BlankConsoleLab/CST116_Lab2_Williams_Pseudocode.txt @@ -0,0 +1,8 @@ +program start: +get temperature and windspeed from the user with the following conditions: + - temperature is enterable in F or C + - windspeed is enterable in mph or kph + - -80 <= temp in F <= 121; -62 <= temp in C <= 49.5 + - 0 <= windspeed in mph <= 231; 0 <= windspeed in kph <= 378 +determine and print windchill +program end:
\ No newline at end of file |