diff options
| author | Kai <[email protected]> | 2022-10-05 17:44:18 -0700 |
|---|---|---|
| committer | Kai <[email protected]> | 2022-10-05 17:44:18 -0700 |
| commit | 98073f629ba649604f2a42fa5f004a99d3dd848c (patch) | |
| tree | f7cb066048caf7ef80c03230f2c99831c6aa2774 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | |
| parent | exploring. (diff) | |
| download | cst116-lab0-debugging-cobrakai2-98073f629ba649604f2a42fa5f004a99d3dd848c.tar.xz cst116-lab0-debugging-cobrakai2-98073f629ba649604f2a42fa5f004a99d3dd848c.zip | |
Working on the Problems.;
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 6545e9b..d534e1c 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -38,7 +38,7 @@ * 5) Notice that the current line of execution is now at the
* calculation.
* 6) Look at your watch. What is the value of money?
-* 7) Hover your mouse pointer over raise. What is its value?
+* 7) Hover your mouse pointer over raise. What is its value? 124.
* 8) Step over the calculation. Notice the watch on money is now
* red. This designates that the variable just changed its value.
* 9) What happened to our money? I thought a raise was supposed
|