diff options
| author | CEOofOogaBooga <[email protected]> | 2022-11-08 21:09:47 -0800 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-11-08 21:09:47 -0800 |
| commit | a828915b57fa8a15d733009528d93252230063ad (patch) | |
| tree | 844090b57d8dd138a3a698ecc453049316da6f61 | |
| parent | more fixes (diff) | |
| download | cst116-lab2--trinh--a828915b57fa8a15d733009528d93252230063ad.tar.xz cst116-lab2--trinh--a828915b57fa8a15d733009528d93252230063ad.zip | |
more pseudo code
| -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 |