aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt
diff options
context:
space:
mode:
authorEdwardFine <[email protected]>2022-09-29 16:12:39 -0700
committerEdwardFine <[email protected]>2022-09-29 16:12:39 -0700
commitfbab20129dc0a697e6badde94db3d83b2b23b8eb (patch)
treef15b0f29864decf5704295377182a7f6c998d504 /CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt
parentFinished debug project (diff)
downloadcst116-ch6-debugging-edwardfine-main.tar.xz
cst116-ch6-debugging-edwardfine-main.zip
Pseudo CodeHEADmain
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt')
-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