aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt
diff options
context:
space:
mode:
authorCEOofOogaBooga <[email protected]>2022-10-01 12:36:08 -0700
committerCEOofOogaBooga <[email protected]>2022-10-01 12:36:08 -0700
commit244e507b1248271ec7c37803a253614ffaeeebd4 (patch)
tree74c40230cec87d1b322eae622702cf8f13406a55 /CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-ch6-debugging--trinh--main.tar.xz
cst116-ch6-debugging--trinh--main.zip
CST116 Chp6 finishedHEADmain
Diffstat (limited to 'CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt')
-rw-r--r--CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt b/CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt
new file mode 100644
index 0000000..a07ef72
--- /dev/null
+++ b/CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt
@@ -0,0 +1,8 @@
+Under main
+create and set fahrenheit to 0
+create and set celcius to 0
+output "enter temperature in fahrenheit"
+input fahrenheit
+set celcius ro 5.0/9.0*(fahrenheit-32)
+output fahrenheit to "degrees F="
+output celcius to "degrees C" \ No newline at end of file