diff options
| -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
|