blob: 72d50d6f96c778232c11fe1dda471f4f0c1f9317 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
You have $123.45
Enter percent raise: .1
After your raise you have $12.345
C:\Users\Lloyd Crawford\source\repos\cst116-ch5-debugging-19-Ruin\CST116-Ch5-Debugging\x64\Debug\CST116-Ch5-Debugging.exe (process 20120) exited with code 0.
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
Press any key to close this window . . .
This is the code before the fix
You have $123.45
Enter percent raise: .1
After your raise you have $135.795
C:\Users\Lloyd Crawford\source\repos\cst116-ch5-debugging-19-Ruin\CST116-Ch5-Debugging\x64\Debug\CST116-Ch5-Debugging.exe (process 24348) exited with code 0.
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
Press any key to close this window . . .
This is the code after the fix.
|