diff options
| author | jacobdw22 <[email protected]> | 2022-09-29 16:46:48 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-09-29 16:46:48 -0700 |
| commit | f0e43d4c1be82b906b630319b50ed97eab563d67 (patch) | |
| tree | 8b70f70f3105c09ec055411a786ffb2d30aaa37d | |
| parent | simple changes (diff) | |
| download | cst116-lab0-debugging-jacobdw22-f0e43d4c1be82b906b630319b50ed97eab563d67.tar.xz cst116-lab0-debugging-jacobdw22-f0e43d4c1be82b906b630319b50ed97eab563d67.zip | |
simple changes
| -rw-r--r-- | Ch 5 Debugging Project/CST116-Debugging-Wilson.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/CST116-Debugging-Wilson.cpp b/Ch 5 Debugging Project/CST116-Debugging-Wilson.cpp index 7262df7..c088886 100644 --- a/Ch 5 Debugging Project/CST116-Debugging-Wilson.cpp +++ b/Ch 5 Debugging Project/CST116-Debugging-Wilson.cpp @@ -25,6 +25,7 @@ * line. * 10) Step over the next cout statement. Now look at the console * window. What was printed? +* $123.45 * 11) Select Stop Debugging either from the Debug menu or from your * toolbar. * |