diff options
| author | Joe Traver <[email protected]> | 2022-10-05 21:29:25 -0700 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-10-05 21:29:25 -0700 |
| commit | aacbfc78f3b0f04077e4053fe208563ea5f0d370 (patch) | |
| tree | 1c5bbb0257a8b2ecb86ec9686ad142f7fe6fa8e2 | |
| parent | Added text file with checklist explaining the push process (diff) | |
| download | cst116-lab0-debugging-joetraver30-aacbfc78f3b0f04077e4053fe208563ea5f0d370.tar.xz cst116-lab0-debugging-joetraver30-aacbfc78f3b0f04077e4053fe208563ea5f0d370.zip | |
Half way Psudo Code
| -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 + + |