diff options
| author | alexandra-apetroaei <andra@MSI> | 2022-10-07 12:02:56 -0800 |
|---|---|---|
| committer | alexandra-apetroaei <andra@MSI> | 2022-10-07 12:02:56 -0800 |
| commit | 796b5d2c02a6b1706f6002831f5325ad04ba956b (patch) | |
| tree | 4f52017bc619115930b2a5f6103b709e104d0fd0 | |
| parent | step one (diff) | |
| download | cst116-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.cpp | 2 |
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;
|