aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt b/CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt
new file mode 100644
index 0000000..89250e9
--- /dev/null
+++ b/CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt
@@ -0,0 +1,12 @@
+Enter temperature in Fahrenheit: 212
+212 degrees F = 100 degrees C
+
+C:\Users\edfin\Source\Repos\cst116-ch6-debugging-EdwardFine\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe (process 22656) exited with code 0.
+Press any key to close this window . . .
+
+Pseudo Code
+Create floats celcius and fahrenheit
+cout "Enter temperature in Fahrenheit: "
+cin and assign value to fahrenheit
+calculate celcius from fahrenheit
+cout (fahrenheit) degrees F = (celcius) degrees C \ No newline at end of file