aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging
diff options
context:
space:
mode:
authorTheOtherTonyStark <[email protected]>2022-10-09 12:49:26 -0700
committerTheOtherTonyStark <[email protected]>2022-10-09 12:49:26 -0700
commit35fe03a0eebda710e279db94fd7845c59136bd0d (patch)
tree968b0e3fc30b261e39c9cf0158062b1720e77398 /CST116-Ch6-Debugging
parentSixth Change (diff)
downloadcst116-ch6-debugging-theothertonystark-main.tar.xz
cst116-ch6-debugging-theothertonystark-main.zip
Seventh ChangeHEADmain
Diffstat (limited to 'CST116-Ch6-Debugging')
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt b/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt
index e69de29..c7549bc 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Psuedocode.txt
@@ -0,0 +1,5 @@
+Set "Fahrenheit" to 0
+Set "Celcius" to 0
+Enter value for Fahrenheit
+Use formula for conversion from Fahrenheit to celcius
+Run program \ No newline at end of file