aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexandra-apetroaei <andra@MSI>2022-10-07 12:02:56 -0800
committeralexandra-apetroaei <andra@MSI>2022-10-07 12:02:56 -0800
commit796b5d2c02a6b1706f6002831f5325ad04ba956b (patch)
tree4f52017bc619115930b2a5f6103b709e104d0fd0
parentstep one (diff)
downloadcst116-ch7-debugging-alexandra-apetroaei-796b5d2c02a6b1706f6002831f5325ad04ba956b.tar.xz
cst116-ch7-debugging-alexandra-apetroaei-796b5d2c02a6b1706f6002831f5325ad04ba956b.zip
changes two
-rw-r--r--CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp2
1 files changed, 1 insertions, 1 deletions
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;