aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwardFine <[email protected]>2022-09-29 15:37:22 -0700
committerEdwardFine <[email protected]>2022-09-29 15:37:22 -0700
commite1750dbe2777edcb0890e3efc07da268498cdc02 (patch)
tree9707bb41617d8763868f486301d2c39c545f5021
parentRemaned (diff)
downloadcst116-lab0-edwardfine-e1750dbe2777edcb0890e3efc07da268498cdc02.tar.xz
cst116-lab0-edwardfine-e1750dbe2777edcb0890e3efc07da268498cdc02.zip
Psuedo Code
-rw-r--r--CST116-BlankConsole/CST116-Lab0-Fine-Psuedo-Code.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-Lab0-Fine-Psuedo-Code.txt b/CST116-BlankConsole/CST116-Lab0-Fine-Psuedo-Code.txt
new file mode 100644
index 0000000..1ca3b26
--- /dev/null
+++ b/CST116-BlankConsole/CST116-Lab0-Fine-Psuedo-Code.txt
@@ -0,0 +1,11 @@
+Hello World!
+My name is Edward and my github is EdwardFine
+
+C:\Users\edfin\Source\Repos\cst116-lab0-EdwardFine\CST116-BlankConsole\x64\Debug\CST116-BlankConsole.exe (process 17664) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
+Pseudo Code
+Establish the use of cout and endl with the using comand
+cout "Hello World!"
+cout "My name is Edward and my github is EdwardFine"