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.txt3
1 files changed, 2 insertions, 1 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
index 30c1680..f5feba4 100644
--- a/CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt
+++ b/CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt
@@ -1,4 +1,5 @@
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
+4. print "[degF] degrees F = [degC] degrees C"
+5. end \ No newline at end of file