summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CST116-Ch11-Debugging/Ch11 output.txt2
-rw-r--r--CST116-Ch11-Debugging/ch11 pseudo.txt9
2 files changed, 11 insertions, 0 deletions
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