diff options
| -rw-r--r-- | Pseudocode.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Pseudocode.txt b/Pseudocode.txt index b7ea98f..0a856ef 100644 --- a/Pseudocode.txt +++ b/Pseudocode.txt @@ -19,4 +19,7 @@ input temperature if not fahrenheit, use convertCelciustoFahrenheit function 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 + output input a wind speed in mph that is greater than minW but less than maxW +function outputdata using temp, wspeed, and a WindChillcalc function + +done
\ No newline at end of file |