diff options
| author | CEOofOogaBooga <[email protected]> | 2022-11-08 21:07:31 -0800 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-11-08 21:07:31 -0800 |
| commit | 5fadec3f36656f6e9f778b97cfc91f71fd772233 (patch) | |
| tree | 4700204498a90d77cfb2971c63b106559a241505 | |
| parent | a few fixes (diff) | |
| download | cst116-lab2--trinh--5fadec3f36656f6e9f778b97cfc91f71fd772233.tar.xz cst116-lab2--trinh--5fadec3f36656f6e9f778b97cfc91f71fd772233.zip | |
E
| -rw-r--r-- | Pseudocode.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Pseudocode.txt b/Pseudocode.txt index 6354430..a865cab 100644 --- a/Pseudocode.txt +++ b/Pseudocode.txt @@ -17,4 +17,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,
\ No newline at end of file +if not fahrenheit, use convertCelciustoFahrenheit function +while minW is greater than wspeed and maxW is less than wspeed
\ No newline at end of file |