diff options
| author | JonCr <[email protected]> | 2022-09-29 16:42:51 -0700 |
|---|---|---|
| committer | JonCr <[email protected]> | 2022-09-29 16:42:51 -0700 |
| commit | 3f2cf0f094d36e7efde55a66ea4b152eaa862154 (patch) | |
| tree | 0f5ecb9f70a7c632ff127316799ebed89a9285c4 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | |
| parent | test2 (diff) | |
| download | cst116-lab0-debugging-cognitiveshadow-3f2cf0f094d36e7efde55a66ea4b152eaa862154.tar.xz cst116-lab0-debugging-cognitiveshadow-3f2cf0f094d36e7efde55a66ea4b152eaa862154.zip | |
Update
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 6545e9b..0846476 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -25,6 +25,8 @@ * line.
* 10) Step over the next cout statement. Now look at the console
* window. What was printed?
+* It printed "You have $123.45
+Enter percent raise:"
* 11) Select Stop Debugging either from the Debug menu or from your
* toolbar.
*
|