diff options
| -rw-r--r-- | .vs/VSWorkspaceState.json | 2 | ||||
| -rw-r--r-- | .vs/cst116-lab0-debugging-joetraver30/v17/.suo | bin | 45056 -> 57344 bytes | |||
| -rw-r--r-- | .vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db | bin | 16531456 -> 16531456 bytes | |||
| -rw-r--r-- | .vs/slnx.sqlite | bin | 331776 -> 331776 bytes | |||
| -rw-r--r-- | Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code | 12 |
5 files changed, 13 insertions, 1 deletions
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 Binary files differindex 17a9209..ea0d552 100644 --- a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo +++ b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db Binary files differindex 9ae6e07..b62cf07 100644 --- a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db +++ b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite Binary files differindex bc333d7..97bd979 100644 --- a/.vs/slnx.sqlite +++ b/.vs/slnx.sqlite 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 + + |