summaryrefslogtreecommitdiff
path: root/CST116-Ch11-Debugging
diff options
context:
space:
mode:
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
+}