From 3b51af453002c2e42ef9c4487db855ff098fac71 Mon Sep 17 00:00:00 2001 From: CEOofOogaBooga Date: Tue, 8 Nov 2022 21:02:43 -0800 Subject: pseudo code 1 --- Pseudocode.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Pseudocode.txt b/Pseudocode.txt index e69de29..255e63d 100644 --- a/Pseudocode.txt +++ b/Pseudocode.txt @@ -0,0 +1,13 @@ +Under main +set float temp to 122 +set float wspeed to 232 +check if fahrenheit is true +set string input +output are you entering temp in celcius +input input + +if input is a certain word (yes) + then fahrenheit is false + +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 \ No newline at end of file -- cgit v1.2.3