diff options
| author | CEOofOogaBooga <[email protected]> | 2022-11-08 21:02:43 -0800 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-11-08 21:02:43 -0800 |
| commit | 3b51af453002c2e42ef9c4487db855ff098fac71 (patch) | |
| tree | 2ebccba1a19e0abb44357375d6194b66b09e37f6 | |
| parent | push 2 (diff) | |
| download | archived-cst116-lab2-trinh-3b51af453002c2e42ef9c4487db855ff098fac71.tar.xz archived-cst116-lab2-trinh-3b51af453002c2e42ef9c4487db855ff098fac71.zip | |
pseudo code 1
| -rw-r--r-- | Pseudocode.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Pseudocode.txt b/Pseudocode.txt index e69de29..255e63d 100644 --- a/Pseudocode.txt +++ b/Pseudocode.txt @@ -0,0 +1,13 @@ +Under main +set float temp to 122 +set float wspeed to 232 +check if fahrenheit is true +set string input +output are you entering temp in celcius +input input + +if input is a certain word (yes) + then fahrenheit is false + +while it is fahrenheit and the min is more than -80 and the max is less than 121 +or if it isnt fahrenheit and the min is more than -62 and the max is
\ No newline at end of file |