diff options
| author | Trenton Stark <[email protected]> | 2022-10-23 18:25:16 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-23 18:25:16 -0700 |
| commit | 9e4ce0c330838efa89650397f14082795f8f3773 (patch) | |
| tree | af7ea5f909dadc8495496892dbb01ce6f3c606b4 /CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.txt | |
| parent | Added name into comments (diff) | |
| download | cst116-ch10-debugging-stark-9e4ce0c330838efa89650397f14082795f8f3773.tar.xz cst116-ch10-debugging-stark-9e4ce0c330838efa89650397f14082795f8f3773.zip | |
Added output file
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.txt')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.txt b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.txt new file mode 100644 index 0000000..c8d0efd --- /dev/null +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.txt @@ -0,0 +1,25 @@ +Trenton Stark +CST-116 +Chapter 10 Debugging + +Output: +Please enter your first name: Trenton + +Please enter your last name: Stark + + + Welcome Trenton Stark! + Hope all is well + + x y z + + 0 100 -99 + -99 101 2 + 2 102 104 + 3 103 106 + 4 104 108 + 5 105 110 + 6 106 112 + 7 107 114 + 8 108 116 + 9 109 118 |