diff options
| author | tafaar <[email protected]> | 2022-11-01 14:34:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-01 14:34:51 -0700 |
| commit | af8570c0b270c9f3601c92cd6e4ac51960e0405c (patch) | |
| tree | dba7172d7bcaad6100b7086b68962ec8b4a93742 | |
| parent | Update CST116-Ch11-Debugging.cpp (diff) | |
| download | cst116-ch11-debugging-hill-af8570c0b270c9f3601c92cd6e4ac51960e0405c.tar.xz cst116-ch11-debugging-hill-af8570c0b270c9f3601c92cd6e4ac51960e0405c.zip | |
Update cst116-ch11-debugging-flowchart.txt
| -rw-r--r-- | CST116-Ch11-Debugging/cst116-ch11-debugging-flowchart.txt | 11 |
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 +} |