From 4301cea17413dee65743899e0cdf96d9f491d9fa Mon Sep 17 00:00:00 2001 From: tafaar Date: Tue, 18 Oct 2022 14:51:01 -0700 Subject: edited declaration of printresults --- CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp') 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() { -- cgit v1.2.3