From 55f02d125e55a0eff2a1f84ecc8eed38ce75dbde Mon Sep 17 00:00:00 2001 From: prestonderek Date: Wed, 12 Oct 2022 14:08:13 -0700 Subject: Exsersize 3 issue found. --- CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp index 2e019e4..d576211 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -68,7 +68,7 @@ int main() cout << "Senior" << endl; // Breakpoint 2 // Put a breakpoint on the following line - else; + else; //the following cout statement is happening after the else. This else statement is currently useless. cout << "Adult" << endl; return 0; -- cgit v1.2.3