From 5e3bd5356bccba190bd43338e89256d060a98644 Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Thu, 6 Oct 2022 19:08:09 -0700 Subject: Push 3 --- CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp') diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp index 09c01a4..1f9b6db 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -74,7 +74,7 @@ int main() cout << "Senior" << endl; // Breakpoint 2 // Put a breakpoint on the following line - else; + else cout << "Adult" << endl; return 0; -- cgit v1.2.3