diff options
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 3182db6..c2a52a9 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -76,6 +76,7 @@ int main() // Breakpoint 1
// Put a breakpoint on the following line
cout << "Enter percent raise: ";
+
cin >> raise;
money = money * raise;
|