summaryrefslogtreecommitdiff
path: root/CST116-Ch11-Debugging
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-11-01 14:34:51 -0700
committerGitHub <[email protected]>2022-11-01 14:34:51 -0700
commitaf8570c0b270c9f3601c92cd6e4ac51960e0405c (patch)
treedba7172d7bcaad6100b7086b68962ec8b4a93742 /CST116-Ch11-Debugging
parentUpdate CST116-Ch11-Debugging.cpp (diff)
downloadcst116-ch11-debugging-hill-af8570c0b270c9f3601c92cd6e4ac51960e0405c.tar.xz
cst116-ch11-debugging-hill-af8570c0b270c9f3601c92cd6e4ac51960e0405c.zip
Update cst116-ch11-debugging-flowchart.txt
Diffstat (limited to 'CST116-Ch11-Debugging')
-rw-r--r--CST116-Ch11-Debugging/cst116-ch11-debugging-flowchart.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/CST116-Ch11-Debugging/cst116-ch11-debugging-flowchart.txt b/CST116-Ch11-Debugging/cst116-ch11-debugging-flowchart.txt
index 757dd2c..3667291 100644
--- a/CST116-Ch11-Debugging/cst116-ch11-debugging-flowchart.txt
+++ b/CST116-Ch11-Debugging/cst116-ch11-debugging-flowchart.txt
@@ -5,7 +5,16 @@ Aaron 21
** Total Records: 3 **
The End
+//// OUTPUT FILE
+ Here is the Output File
+Troy 12
+Jose 14
+Aaron 21
+
+
+ ** Total Records: 3 **
+ The End
main(){
@@ -63,4 +72,4 @@ INT ReadData(ifstream inFile, ofstream outFile, char name[][MAX], int age[]){
RETURN counter;
-} \ No newline at end of file
+}