diff options
| author | Andrei F <[email protected]> | 2022-11-02 21:17:40 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-11-02 21:17:40 -0700 |
| commit | 0af4ae7bbb8ec72a4646326deefc3362fdace705 (patch) | |
| tree | c6bf7ca1fe768ab454627cab8bf57e0cf8ba810d | |
| parent | Finishing Chap11 (diff) | |
| download | cst116-ch11-debugging-florea-master.tar.xz cst116-ch11-debugging-florea-master.zip | |
| -rw-r--r-- | CST116-Ch11-Debugging-Florea.txt | 3 | ||||
| -rw-r--r-- | Chap_11_Report.txt | 3 | ||||
| -rw-r--r-- | Chap_11_data.txt | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/CST116-Ch11-Debugging-Florea.txt b/CST116-Ch11-Debugging-Florea.txt index 0c8c059..67d6435 100644 --- a/CST116-Ch11-Debugging-Florea.txt +++ b/CST116-Ch11-Debugging-Florea.txt @@ -9,7 +9,8 @@ Cheryl 32 Kim 16 Dave 25 Will 34 +Andrei 19 - ** Total Records: 11 ** + ** Total Records: 12 ** The End
\ No newline at end of file diff --git a/Chap_11_Report.txt b/Chap_11_Report.txt index cda3f30..225c167 100644 --- a/Chap_11_Report.txt +++ b/Chap_11_Report.txt @@ -10,7 +10,8 @@ Cheryl 32 Kim 16 Dave 25 Will 34 +Andrei 19 - ** Total Records: 11 ** + ** Total Records: 12 ** The End diff --git a/Chap_11_data.txt b/Chap_11_data.txt index e4083f4..175eb7d 100644 --- a/Chap_11_data.txt +++ b/Chap_11_data.txt @@ -9,3 +9,4 @@ Cheryl 32 Kim 16
Dave 25
Will 34
+Andrei 19
|