From f577e70f47129b89f307d08be13c252c4b484ef5 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Wed, 9 Nov 2022 23:07:51 -0800 Subject: Edited text titles --- CST116_Ch11_Program_Output.txt | 15 +++++++++++++++ Program_output.txt | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 CST116_Ch11_Program_Output.txt delete mode 100644 Program_output.txt diff --git a/CST116_Ch11_Program_Output.txt b/CST116_Ch11_Program_Output.txt new file mode 100644 index 0000000..2794c3b --- /dev/null +++ b/CST116_Ch11_Program_Output.txt @@ -0,0 +1,15 @@ +John 19 +Molly 23 +Tim 48 +Keil 42 +Trinh 21 +Anthony 25 +Kevin 27 +Cheryl 32 +Kim 16 +Dave 25 +Will 34 + + + ** Total Records: 11 ** + The End \ No newline at end of file diff --git a/Program_output.txt b/Program_output.txt deleted file mode 100644 index 2794c3b..0000000 --- a/Program_output.txt +++ /dev/null @@ -1,15 +0,0 @@ -John 19 -Molly 23 -Tim 48 -Keil 42 -Trinh 21 -Anthony 25 -Kevin 27 -Cheryl 32 -Kim 16 -Dave 25 -Will 34 - - - ** Total Records: 11 ** - The End \ No newline at end of file -- cgit v1.2.3