diff options
Diffstat (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging-Ahmed.txt')
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging-Ahmed.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Ahmed.txt b/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Ahmed.txt new file mode 100644 index 0000000..94266c1 --- /dev/null +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Ahmed.txt @@ -0,0 +1,24 @@ +FOR CHILD : + + Enter your age: 10 +Child + +C:\Users\macho\Source\Repos\cst116-ch7-debugging-M005A\CST116-Ch7-Debugging\x64\Debug\CST116-Ch7-Debugging.exe (process 18964) exited with code 0. + +FOR TEENAGER : +Enter your age: 15 +Teenager + +C:\Users\macho\Source\Repos\cst116-ch7-debugging-M005A\CST116-Ch7-Debugging\x64\Debug\CST116-Ch7-Debugging.exe (process 18828) exited with code 0. + +FOR ADULT : +Enter your age: 55 +Adult + +C:\Users\macho\Source\Repos\cst116-ch7-debugging-M005A\CST116-Ch7-Debugging\x64\Debug\CST116-Ch7-Debugging.exe (process 14928) exited with code 0. + +FOR SENIOR : +Enter your age: 65 +Senior + +C:\Users\macho\Source\Repos\cst116-ch7-debugging-M005A\CST116-Ch7-Debugging\x64\Debug\CST116-Ch7-Debugging.exe (process 5912) exited with code 0.
\ No newline at end of file |