From 9e4ce0c330838efa89650397f14082795f8f3773 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Sun, 23 Oct 2022 18:25:16 -0700 Subject: Added output file --- .../CST116-Ch10-Debugging-Stark-Psuedocode.txt | 0 .../CST116-Ch10-Debugging-stark.txt | 25 ++++++++++++++++++++++ .../CST116-Ch10-Debugging.vcxproj | 4 ++++ .../CST116-Ch10-Debugging.vcxproj.filters | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt create mode 100644 CST116-Ch10-Debugging/CST116-Ch10-Debugging-stark.txt diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt new file mode 100644 index 0000000..e69de29 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 diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj index 504e377..3bbeece 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj @@ -129,6 +129,10 @@ + + + + diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters index 1121c14..2bc3ab7 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters @@ -19,4 +19,8 @@ Source Files + + + + \ No newline at end of file -- cgit v1.2.3