From 7d91c06a8916852b97ba3cb108e5ea3bc63f6607 Mon Sep 17 00:00:00 2001 From: Morgan Cyrus Date: Wed, 19 Oct 2022 19:21:31 -0700 Subject: Exercise 1 complete --- CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp') diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp index 094f0bf..fd89b4c 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp @@ -4,6 +4,9 @@ * General Instructions: Complete each step before proceeding to the * next. * +*/ + +/* * Debugging Exercise 1 * * 1) Insert a breakpoint on the lines indicated in the code. @@ -39,6 +42,7 @@ * 18) Verify that the value entered was returned and stored * correctly from GetAge. * 19) Stop debugging. +* verified and done * */ -- cgit v1.2.3