diff options
Diffstat (limited to 'Pseudocode.txt')
| -rw-r--r-- | Pseudocode.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Pseudocode.txt b/Pseudocode.txt index 14d8b7a..6354430 100644 --- a/Pseudocode.txt +++ b/Pseudocode.txt @@ -12,4 +12,9 @@ if input is a certain word (yes) 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 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 + output input a fahrenheit temperature that is greater than minF but less than MaxF + else then output onput a celcius temperature that is greater than minC but less than maxC + +input temperature + +if not fahrenheit,
\ No newline at end of file |