diff options
| author | Trevor Bouchillon <[email protected]> | 2022-10-24 17:07:49 -0700 |
|---|---|---|
| committer | Trevor Bouchillon <[email protected]> | 2022-10-24 17:07:49 -0700 |
| commit | db48bede84aeae257f81acabb082417119d14909 (patch) | |
| tree | a9e652e0939793f37ed9a23538d2ce45a4226418 | |
| parent | Finished Exercise 3 (diff) | |
| download | cst116-ch10-debugging-daboochillin-db48bede84aeae257f81acabb082417119d14909.tar.xz cst116-ch10-debugging-daboochillin-db48bede84aeae257f81acabb082417119d14909.zip | |
added txt file
| -rw-r--r-- | CST116-Ch10-Debugging/Trevor Bouchillon CST116 Ch10 debug output.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/Trevor Bouchillon CST116 Ch10 debug output.txt b/CST116-Ch10-Debugging/Trevor Bouchillon CST116 Ch10 debug output.txt new file mode 100644 index 0000000..87da9c5 --- /dev/null +++ b/CST116-Ch10-Debugging/Trevor Bouchillon CST116 Ch10 debug output.txt @@ -0,0 +1,22 @@ +Please enter your first name: Trevor + +Please enter your last name: Bouchillon + + + Welcome Trevor Bouchillon! + Hope all is well + + x y z + + 0 100 -99 + 99 101 200 + 2 102 104 + 3 103 106 + 4 104 108 + 5 105 110 + 6 106 112 + 7 107 114 + +C:\Users\lacro\Source\Repos\cst116-ch10-debugging-DaBoochillin\CST116-Ch10-Debugging\x64\Debug\CST116-Ch10-Debugging.exe (process 4812) exited with code 0. +To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. +Press any key to close this window . . .
\ No newline at end of file |