diff options
Diffstat (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.txt')
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.txt b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.txt new file mode 100644 index 0000000..1d3aec8 --- /dev/null +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.txt @@ -0,0 +1,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 . . .
\ No newline at end of file |