diff options
Diffstat (limited to 'CST116-Ch11-Debugging/ch11 pseudo.txt')
| -rw-r--r-- | CST116-Ch11-Debugging/ch11 pseudo.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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 |