diff options
| author | EdwardFine <[email protected]> | 2022-09-29 16:20:58 -0700 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-09-29 16:20:58 -0700 |
| commit | 3498a50364dc498ab01984f23e913a5dbb368d91 (patch) | |
| tree | 2c958f46552dc3dbc7769d51ea4b8f37586bf4b6 /Ch 5 Debugging Project/CST116-Debugging-Fine.cpp | |
| parent | ! (diff) | |
| download | cst116-lab0-debugging-edwardfine-3498a50364dc498ab01984f23e913a5dbb368d91.tar.xz cst116-lab0-debugging-edwardfine-3498a50364dc498ab01984f23e913a5dbb368d91.zip | |
!
Diffstat (limited to 'Ch 5 Debugging Project/CST116-Debugging-Fine.cpp')
| -rw-r--r-- | Ch 5 Debugging Project/CST116-Debugging-Fine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/CST116-Debugging-Fine.cpp b/Ch 5 Debugging Project/CST116-Debugging-Fine.cpp index 8522ad8..4b29a91 100644 --- a/Ch 5 Debugging Project/CST116-Debugging-Fine.cpp +++ b/Ch 5 Debugging Project/CST116-Debugging-Fine.cpp @@ -31,7 +31,7 @@ * 10) Step over the next cout statement. Now look at the console * window. What was printed? * After stepping over the cout statement with the breakpoint, the console is -* now asking the user to enter a percent raise. +* now asking the user to enter a percent raise.! ! * 11) Select Stop Debugging either from the Debug menu or from your * toolbar. * |