From c54634dca4f250719e0bb77ba4d4bfd4e57cc274 Mon Sep 17 00:00:00 2001 From: huntbyrne <114624182+huntbyrne@users.noreply.github.com> Date: Thu, 3 Nov 2022 15:26:59 -0700 Subject: Add files via upload --- CST116-Ch11-Debugging/Ch11 output.txt | 2 ++ CST116-Ch11-Debugging/ch11 pseudo.txt | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 CST116-Ch11-Debugging/Ch11 output.txt create mode 100644 CST116-Ch11-Debugging/ch11 pseudo.txt diff --git a/CST116-Ch11-Debugging/Ch11 output.txt b/CST116-Ch11-Debugging/Ch11 output.txt new file mode 100644 index 0000000..d3ae8c2 --- /dev/null +++ b/CST116-Ch11-Debugging/Ch11 output.txt @@ -0,0 +1,2 @@ +"Number of records found: 0!" +Press any key to exit this window. \ No newline at end of file diff --git a/CST116-Ch11-Debugging/ch11 pseudo.txt b/CST116-Ch11-Debugging/ch11 pseudo.txt new file mode 100644 index 0000000..61599bf --- /dev/null +++ b/CST116-Ch11-Debugging/ch11 pseudo.txt @@ -0,0 +1,9 @@ +Ch 11 Pseudocode + +Begin + Input Data File + If File found + Show # of Records on X file + Else + "File not found ! Exiting file NOW" +END \ No newline at end of file -- cgit v1.2.3