aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnibal LopezBonilla <[email protected]>2022-10-04 14:47:58 -0700
committerAnibal LopezBonilla <[email protected]>2022-10-04 14:47:58 -0700
commit91863abaa25de63ac2e6cf9ed8c121f0c74eb527 (patch)
tree134b337e81db8962bb08dfca03958b663804d474
parentAdded comments (diff)
downloadcst116-ch6-debugging-buzzerbeaterclutch-91863abaa25de63ac2e6cf9ed8c121f0c74eb527.tar.xz
cst116-ch6-debugging-buzzerbeaterclutch-91863abaa25de63ac2e6cf9ed8c121f0c74eb527.zip
Pseudo Code added
-rw-r--r--CST116-CH6-Lopez-Bonilla.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CST116-CH6-Lopez-Bonilla.txt b/CST116-CH6-Lopez-Bonilla.txt
new file mode 100644
index 0000000..2676908
--- /dev/null
+++ b/CST116-CH6-Lopez-Bonilla.txt
@@ -0,0 +1,11 @@
+Pseudo code for CH 6
+
+Program begins
+
+Fahrenheit and celcius variables are indtroduced
+
+User input temperature in fahrenheit
+
+Conversion to celcius is done. Celcius = 5.0/9.0 * (fahreheit - 32)
+
+User is informed of the result.