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 /Ch 5 Debugging Project | |
| 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
Diffstat (limited to 'Ch 5 Debugging Project')
| -rw-r--r-- | Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code | 12 |
1 files changed, 12 insertions, 0 deletions
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 + + |