From 66f32752234ddf9060a3c5d9a2582feae0114272 Mon Sep 17 00:00:00 2001 From: jacobdw22 Date: Sat, 29 Oct 2022 16:30:50 -0700 Subject: Added pseudo-code file. Final changes --- CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 2 ++ .../CST116-Ch11-Debugging.vcxproj.filters | 2 ++ CST116-Ch11-Debugging/cst116-ch11-debugging-wilson.txt | 17 +++++++++++++++++ cst116-ch11-debugging-wilson-pseudo-code.txt | 6 ++++++ 4 files changed, 27 insertions(+) create mode 100644 CST116-Ch11-Debugging/cst116-ch11-debugging-wilson.txt create mode 100644 cst116-ch11-debugging-wilson-pseudo-code.txt diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index ff7a775..33b8b80 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -132,6 +132,8 @@ + + diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index fc20584..424349a 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -22,5 +22,7 @@ + + \ No newline at end of file diff --git a/CST116-Ch11-Debugging/cst116-ch11-debugging-wilson.txt b/CST116-Ch11-Debugging/cst116-ch11-debugging-wilson.txt new file mode 100644 index 0000000..3eff538 --- /dev/null +++ b/CST116-Ch11-Debugging/cst116-ch11-debugging-wilson.txt @@ -0,0 +1,17 @@ +--Output-- +John 19 +Molly 23 +Tim 48 +Keil 42 +Trinh 21 +Anthony 25 +Kevin 27 +Cheryl 32 +Kim 16 +Dave 25 +Will 34 +Kyle 14 + + + ** Total Records: 12 ** + The End diff --git a/cst116-ch11-debugging-wilson-pseudo-code.txt b/cst116-ch11-debugging-wilson-pseudo-code.txt new file mode 100644 index 0000000..4c597df --- /dev/null +++ b/cst116-ch11-debugging-wilson-pseudo-code.txt @@ -0,0 +1,6 @@ +--pseudo-code-- + +DISPLAY Chap_11_data.txt + +DISPLAY ** Total Records: (TOTAL RECORDS) **; +DISPLAY "The End"; \ No newline at end of file -- cgit v1.2.3