diff options
| author | JonCr <[email protected]> | 2022-10-05 16:03:13 -0700 |
|---|---|---|
| committer | JonCr <[email protected]> | 2022-10-05 16:03:13 -0700 |
| commit | 55fd87c316e951c1c9df2d942e02bac930f5cd43 (patch) | |
| tree | 309e63dae520ab78922f044c4fb54f44c9efcf9c /CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-ch5-debugging-cognitiveshadow-55fd87c316e951c1c9df2d942e02bac930f5cd43.tar.xz cst116-ch5-debugging-cognitiveshadow-55fd87c316e951c1c9df2d942e02bac930f5cd43.zip | |
Update
Diffstat (limited to 'CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp')
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp index 851932d..4d09c03 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp @@ -25,6 +25,8 @@ * line.
* 10) Step over the next cout statement. Now look at the console
* window. What was printed?
+* A) You have $123.45
+ Enter percent raise:
* 11) Select Stop Debugging either from the Debug menu or from your
* toolbar.
*
|