aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt')
-rw-r--r--CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt b/CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt
new file mode 100644
index 0000000..30c1680
--- /dev/null
+++ b/CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt
@@ -0,0 +1,4 @@
+1. degF = input
+2. print "Enter temperature in fahrenheit: [input]"
+3. degC = 5.0 / 9.0 * (degF - 32)
+4. print "[degF] degrees " \ No newline at end of file