From b4c25f533d58e64f8b9290c64ed4c25e9bbca8cb Mon Sep 17 00:00:00 2001 From: Andrei Florea Date: Wed, 5 Oct 2022 21:59:23 -0700 Subject: Finishing up debugging, final commit --- Ch 5 Debugging Project/CST116-Lab0-Debugging-Florea.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Ch 5 Debugging Project/CST116-Lab0-Debugging-Florea.cpp') 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. * -- cgit v1.2.3