diff options
| author | Joseph Williams <[email protected]> | 2022-11-08 14:16:56 -0800 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-11-08 14:16:56 -0800 |
| commit | c0683aa5f4667ef6fe6f8deeebd5004b1f7989a7 (patch) | |
| tree | 4e5cc1b5fa5937e9ece3c24e5e6dcd58ae0a99be /BlankConsoleLab/CST116_Lab2_Williams_Pseudocode.txt | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab2-allthenamesaretaken3141-c0683aa5f4667ef6fe6f8deeebd5004b1f7989a7.tar.xz cst116-lab2-allthenamesaretaken3141-c0683aa5f4667ef6fe6f8deeebd5004b1f7989a7.zip | |
finished user input functions
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 |