aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Crombie-pseudo-code.txt
diff options
context:
space:
mode:
authorJonCr <[email protected]>2022-10-12 17:48:13 -0700
committerJonCr <[email protected]>2022-10-12 17:48:13 -0700
commitc4d29bc1c05b98e12930266bc6a0b6db3262b41c (patch)
tree5dc98a2faa9b1d6cfda41f8987e942441866e2f7 /CST116-Ch6-Crombie-pseudo-code.txt
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-ch6-debugging-cognitiveshadow-main.tar.xz
cst116-ch6-debugging-cognitiveshadow-main.zip
FinishedHEADmain
Diffstat (limited to 'CST116-Ch6-Crombie-pseudo-code.txt')
-rw-r--r--CST116-Ch6-Crombie-pseudo-code.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CST116-Ch6-Crombie-pseudo-code.txt b/CST116-Ch6-Crombie-pseudo-code.txt
new file mode 100644
index 0000000..4a5440a
--- /dev/null
+++ b/CST116-Ch6-Crombie-pseudo-code.txt
@@ -0,0 +1,6 @@
+Set fahrenheit equal to 0
+Set Celcius equal to 0
+Display "Enter temperature in Fahrenheit: "
+Input fahrenheit
+Calculate celsius from fahrenheit
+Print value of fahrenheight " degrees F = " value of celcius " degrees C \ No newline at end of file