From cdac3a2b668d5083f732b91476bf6d48089e15c4 Mon Sep 17 00:00:00 2001 From: Tim Pearse Date: Sat, 1 Oct 2022 13:10:47 -0700 Subject: Added a breakpoint on line 76 --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 1 + 1 file changed, 1 insertion(+) (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..94c54e1 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -74,6 +74,7 @@ int main() // Breakpoint 1 // Put a breakpoint on the following line cout << "Enter percent raise: "; + cin >> raise; money = money * raise; -- cgit v1.2.3