diff options
Diffstat (limited to 'Pseudocode.txt')
| -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 |