summaryrefslogtreecommitdiff
path: root/CST116-Ch11-Debugging
diff options
context:
space:
mode:
authorhuntbyrne <[email protected]>2022-11-03 15:26:59 -0700
committerGitHub <[email protected]>2022-11-03 15:26:59 -0700
commitc54634dca4f250719e0bb77ba4d4bfd4e57cc274 (patch)
tree6d109c3f0be1a8ade678a712191b9ae2a5c451f3 /CST116-Ch11-Debugging
parentUpdate CST116-Ch11-Debugging.cpp (diff)
downloadcst116-ch11-debugging-huntbyrne-c54634dca4f250719e0bb77ba4d4bfd4e57cc274.tar.xz
cst116-ch11-debugging-huntbyrne-c54634dca4f250719e0bb77ba4d4bfd4e57cc274.zip
Add files via uploadHEADmaster
Diffstat (limited to 'CST116-Ch11-Debugging')
-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