diff options
| author | alexandra-apetroaei <andra@MSI> | 2022-10-26 18:42:35 -0800 |
|---|---|---|
| committer | alexandra-apetroaei <andra@MSI> | 2022-10-26 18:42:35 -0800 |
| commit | a5a77e888ad9f848e1b5e7c64cf275d626c444f0 (patch) | |
| tree | 1145afd4b544a55c748a917b34071e336f1a0153 /CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp | |
| parent | finished (diff) | |
| download | cst116-ch10-debugging-alexandra-apetroaei-a5a77e888ad9f848e1b5e7c64cf275d626c444f0.tar.xz cst116-ch10-debugging-alexandra-apetroaei-a5a77e888ad9f848e1b5e7c64cf275d626c444f0.zip | |
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp index d60b4a2..64aa238 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp @@ -84,7 +84,7 @@ void FunctionTwo(const int varX[], const int varY[], const int varZ[]); void PrintFunction(const int varX[], const int varY[], const int varZ[]); -const int SIZE = 5; // Notice how we used the const here! +const int SIZE = 10; // Notice how we used the const here! int main() { |