diff options
Diffstat (limited to 'Pseudocode.txt')
| -rw-r--r-- | Pseudocode.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Pseudocode.txt b/Pseudocode.txt index a865cab..b7ea98f 100644 --- a/Pseudocode.txt +++ b/Pseudocode.txt @@ -18,4 +18,5 @@ or if it isnt fahrenheit and the min is more than -62 and the max is less than 4 input temperature if not fahrenheit, use convertCelciustoFahrenheit function -while minW is greater than wspeed and maxW is less than wspeed
\ No newline at end of file +while minW is greater than wspeed and maxW is less than wspeed, +output input a wind speed in mph that is greater than minW but less than maxW |