aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-18 14:51:01 -0700
committertafaar <[email protected]>2022-10-18 14:51:01 -0700
commit4301cea17413dee65743899e0cdf96d9f491d9fa (patch)
tree945c5ffe55c8dd8adbb78b81671180a13a9699cf /CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
parentfinished (diff)
downloadcst116-ch9-debugging-hill-4301cea17413dee65743899e0cdf96d9f491d9fa.tar.xz
cst116-ch9-debugging-hill-4301cea17413dee65743899e0cdf96d9f491d9fa.zip
edited declaration of printresults
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp')
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
index e9e5b05..4d2104f 100644
--- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
@@ -83,7 +83,7 @@ const int DAYS_PER_YEAR = 365;
int GetAge();
int CalcDays(int age);
-void PrintResults(int age, int days);
+void PrintResults(int days, int age);
int main()
{