From cb6a03c57ecb29e8f49b23ee73416051d9770fcb Mon Sep 17 00:00:00 2001 From: Derek Preston Date: Sat, 1 Oct 2022 13:10:31 -0700 Subject: Commit at Step 10 of Debug1 --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp') diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 6545e9b..295944d 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -73,9 +73,9 @@ int main() // Breakpoint 1 // Put a breakpoint on the following line - cout << "Enter percent raise: "; + cout << "Enter percent raise: "; //Inserted breakpoint for step 1. cin >> raise; - + //Step 10 when you step over you get "You have $123.45. Enter percent raise:" money = money * raise; cout << "After your raise you have $"; -- cgit v1.2.3