From 796b5d2c02a6b1706f6002831f5325ad04ba956b Mon Sep 17 00:00:00 2001 From: alexandra-apetroaei Date: Fri, 7 Oct 2022 12:02:56 -0800 Subject: changes two --- CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp') diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp index 6f8e6be..4f8694f 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -70,7 +70,7 @@ int main() // Breakpoint 2 // Put a breakpoint on the following line else - if ( age >= 20) + cout << "Adult" << endl; return 0; -- cgit v1.2.3