From 0934b96f50fd0b5175cd39f197a7db73c4fdf132 Mon Sep 17 00:00:00 2001 From: Kai Date: Wed, 19 Oct 2022 19:45:56 -0700 Subject: age --- CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch9-Debugging') diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp index c7e2328..274a455 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp @@ -78,7 +78,7 @@ int main() // Breakpoint 1 // Put breakpoint on the following line - GetAge(); + age = GetAge(); days = CalcDays(age); // Breakpoint 2 -- cgit v1.2.3