From af8570c0b270c9f3601c92cd6e4ac51960e0405c Mon Sep 17 00:00:00 2001 From: tafaar <109928737+tafaar@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:34:51 -0700 Subject: Update cst116-ch11-debugging-flowchart.txt --- CST116-Ch11-Debugging/cst116-ch11-debugging-flowchart.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 +} -- cgit v1.2.3