aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-09-30 19:05:01 -0700
committerjacobdw22 <[email protected]>2022-09-30 19:05:01 -0700
commitef0b78aecde1bfe18a69161c5179a8b556e8945d (patch)
treecbcb10340c3716fb48b589aeb6328dd74a382d4f /CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt
parentFinal changes (diff)
downloadcst116-ch6-debugging-jacobdw22-main.tar.xz
cst116-ch6-debugging-jacobdw22-main.zip
Final changesHEADmain
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt')
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt b/CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt
new file mode 100644
index 0000000..9b8b805
--- /dev/null
+++ b/CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt
@@ -0,0 +1,4 @@
+Display "Enter temperature in Fahrenheit:"
+Read fahrenheit
+celcius = 5.0 / 9.0 * (fahrenheit - 32)
+Display fahrenheit "degrees F = " celsius "degrees C" \ No newline at end of file