aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project
diff options
context:
space:
mode:
authorEdwardFine <[email protected]>2022-09-29 16:21:47 -0700
committerEdwardFine <[email protected]>2022-09-29 16:21:47 -0700
commitb9c9fba70320397dc0bb3792e4d102c20d94206d (patch)
treee294ec6cb7e0d120bf014396e698e6fdcdaf56d3 /Ch 5 Debugging Project
parent! (diff)
downloadcst116-lab0-debugging-edwardfine-main.tar.xz
cst116-lab0-debugging-edwardfine-main.zip
Diffstat (limited to 'Ch 5 Debugging Project')
-rw-r--r--Ch 5 Debugging Project/CST116-Debugging-Fine.cpp2
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 4daa990..8522ad8 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.
*