From aacbfc78f3b0f04077e4053fe208563ea5f0d370 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Wed, 5 Oct 2022 21:29:25 -0700 Subject: Half way Psudo Code --- .vs/VSWorkspaceState.json | 2 +- .vs/cst116-lab0-debugging-joetraver30/v17/.suo | Bin 45056 -> 57344 bytes .../v17/Browse.VC.db | Bin 16531456 -> 16531456 bytes .vs/slnx.sqlite | Bin 331776 -> 331776 bytes .../CST116-Lab0-Traver-Pseudo-Code | 12 ++++++++++++ 5 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 216690d..d265bff 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -3,6 +3,6 @@ "", "\\Ch 5 Debugging Project" ], - "SelectedNode": "\\Ch 5 Debugging Project\\Ch 5 Debugging Project.cpp", + "SelectedNode": "\\Ch 5 Debugging Project\\Push Check List.txt", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo index 17a9209..ea0d552 100644 Binary files a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo and b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo differ diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db index 9ae6e07..b62cf07 100644 Binary files a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db and b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index bc333d7..97bd979 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code b/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code new file mode 100644 index 0000000..5020ec2 --- /dev/null +++ b/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code @@ -0,0 +1,12 @@ +print: + Joe Traver + CST 116 + Github ID - joetraver30 + +money = 123.45 + +print: + "you have $" +output = money + + -- cgit v1.2.3