From cc7a59c369cd9a6da16b1541747f2f20d8f4fb0a Mon Sep 17 00:00:00 2001 From: DaBoochillin <114636206+DaBoochillin@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:03:10 -0700 Subject: Add files via upload --- Debugging 6 - Pseudocode.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Debugging 6 - Pseudocode.txt diff --git a/Debugging 6 - Pseudocode.txt b/Debugging 6 - Pseudocode.txt new file mode 100644 index 0000000..6af40bd --- /dev/null +++ b/Debugging 6 - Pseudocode.txt @@ -0,0 +1,8 @@ +Set value of variable fahrenheit to 0 +set value of variable celcius to 0 + +print out "Enter temperature in Fahrenheit +Intake value for variable fahrenheit + +Define variable celcius by dividing 5 by 9 then multipling by variable fahrenheit minus 32 +print out variable fahrenheit, "degrees F =", variable celcius, " degrees C" -- cgit v1.2.3