aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code')
-rw-r--r--CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code10
1 files changed, 10 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code b/CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code
new file mode 100644
index 0000000..43cc35d
--- /dev/null
+++ b/CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code
@@ -0,0 +1,10 @@
+create variables for fahrenheit and celcius and set them to 0;
+
+print a message requesting user input a temp in degrees F;
+store user input to fahrenheit variable;
+
+convert fahrenheit var to celcius and store in celcius var;
+
+print out degrees F and degrees C with respective variables and create a new line;
+
+end \ No newline at end of file