From e1750dbe2777edcb0890e3efc07da268498cdc02 Mon Sep 17 00:00:00 2001 From: EdwardFine Date: Thu, 29 Sep 2022 15:37:22 -0700 Subject: Psuedo Code --- CST116-BlankConsole/CST116-Lab0-Fine-Psuedo-Code.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CST116-BlankConsole/CST116-Lab0-Fine-Psuedo-Code.txt 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" -- cgit v1.2.3