diff options
| author | Andrei Florea <[email protected]> | 2022-10-05 21:59:23 -0700 |
|---|---|---|
| committer | Andrei Florea <[email protected]> | 2022-10-05 21:59:23 -0700 |
| commit | b4c25f533d58e64f8b9290c64ed4c25e9bbca8cb (patch) | |
| tree | 8513c5e8605f66c94416f34212a6319969792111 /Ch 5 Debugging Project/CST116-Lab0-Debugging-Florea.cpp | |
| parent | Renaming filename that has code to correct standard (diff) | |
| download | cst116-lab0-debugging-florea-main.tar.xz cst116-lab0-debugging-florea-main.zip | |
Diffstat (limited to 'Ch 5 Debugging Project/CST116-Lab0-Debugging-Florea.cpp')
| -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.
*
|