aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/CST116-Debugging-Fine.cpp
diff options
context:
space:
mode:
authorEdwardFine <[email protected]>2022-09-29 16:21:34 -0700
committerEdwardFine <[email protected]>2022-09-29 16:21:34 -0700
commit0320bfa1435a7876d79c39c939d13f803d28061d (patch)
tree48813c9bae66d4982a15d7470e4390e01b12b7fc /Ch 5 Debugging Project/CST116-Debugging-Fine.cpp
parent! (diff)
downloadcst116-lab0-debugging-edwardfine-0320bfa1435a7876d79c39c939d13f803d28061d.tar.xz
cst116-lab0-debugging-edwardfine-0320bfa1435a7876d79c39c939d13f803d28061d.zip
!
Diffstat (limited to 'Ch 5 Debugging Project/CST116-Debugging-Fine.cpp')
-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 9ac87a2..4daa990 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.
*