diff options
Diffstat (limited to 'Ch 5 Debugging Project')
| -rw-r--r-- | Ch 5 Debugging Project/CST116-Lab0-Debugging-Florea.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/CST116-Lab0-Debugging-Florea.cpp b/Ch 5 Debugging Project/CST116-Lab0-Debugging-Florea.cpp index 8e8b66c..72e1b1a 100644 --- a/Ch 5 Debugging Project/CST116-Lab0-Debugging-Florea.cpp +++ b/Ch 5 Debugging Project/CST116-Lab0-Debugging-Florea.cpp @@ -1,6 +1,8 @@ /********************************************************************
* Andrei Florea - CST 116 - Lab 0 - Debugging
* File: Chap_5_Debugging.cpp
+ *
+ * I was told to skip steps 2 - 6 for Exercise 1
*
* General Instructions: Complete each step before proceeding to the
* next.
@@ -26,6 +28,10 @@ * line.
* 10) Step over the next cout statement. Now look at the console
* window. What was printed?
+ *
+ * If I am understanding these steps correctly, if I step over to the cout
+ * statement on line 98, it will print "You have $123.45".
+ *
* 11) Select Stop Debugging either from the Debug menu or from your
* toolbar.
*
|