blob: 1d3aec88a7a449cd52563d1362ccc58c839b7df8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Debugging Exercise 1:
Enter your age: 27
Adult
C:\Users\hanna\Source\Repos\cst116-ch7-debugging-Wu\CST116-Ch7-Debugging\Debug\CST116-Ch7-Debugging.exe (process 15652) exited with code 0.
Press any key to close this window . . .
Debugging exercise 2:
Enter your age: 25
Adult
C:\Users\hanna\Source\Repos\cst116-ch7-debugging-Wu\CST116-Ch7-Debugging\Debug\CST116-Ch7-Debugging.exe (process 33856) exited with code 0.
Press any key to close this window . . .
Debugging exercise 3:
Enter your age: 10
Child
C:\Users\hanna\Source\Repos\cst116-ch7-debugging-Wu\CST116-Ch7-Debugging\Debug\CST116-Ch7-Debugging.exe (process 33072) exited with code 0.
Press any key to close this window . . .
|