diff options
| author | CEOofOogaBooga <[email protected]> | 2022-11-08 21:04:25 -0800 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-11-08 21:04:25 -0800 |
| commit | 1d8cfbf679924179e421c435a249c4c239328231 (patch) | |
| tree | e0b23d07565a36afa1395e00938f3613c70b6e98 | |
| parent | pseudo code 1 (diff) | |
| download | cst116-lab2--trinh--1d8cfbf679924179e421c435a249c4c239328231.tar.xz cst116-lab2--trinh--1d8cfbf679924179e421c435a249c4c239328231.zip | |
pseudo code 2
| -rw-r--r-- | Pseudocode.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Pseudocode.txt b/Pseudocode.txt index 255e63d..14d8b7a 100644 --- a/Pseudocode.txt +++ b/Pseudocode.txt @@ -10,4 +10,6 @@ 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 +or if it isnt fahrenheit and the min is more than -62 and the max is less than 49.5 + if it is fahrenheit + output input a fahrenheit temperature that is greater than minF but less than MaxF
\ No newline at end of file |