diff options
| author | Musa Ahmed <[email protected]> | 2022-10-12 11:45:20 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-12 11:45:20 -0700 |
| commit | 30f694af6449574b630b1a5b36aa4d0896ddad55 (patch) | |
| tree | 6f7ecd26896e442f28137201fd2be17e5e845f16 /CST116-Ch7-Debugging-Ahmed/CST116-Ch7-Debugging-Ahmed.txt | |
| parent | Answered questions & added text file (diff) | |
| download | cst116-ch7-debugging-m005a-30f694af6449574b630b1a5b36aa4d0896ddad55.tar.xz cst116-ch7-debugging-m005a-30f694af6449574b630b1a5b36aa4d0896ddad55.zip | |
Renamed & Added Flowchart
Diffstat (limited to 'CST116-Ch7-Debugging-Ahmed/CST116-Ch7-Debugging-Ahmed.txt')
| -rw-r--r-- | CST116-Ch7-Debugging-Ahmed/CST116-Ch7-Debugging-Ahmed.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging-Ahmed/CST116-Ch7-Debugging-Ahmed.txt b/CST116-Ch7-Debugging-Ahmed/CST116-Ch7-Debugging-Ahmed.txt new file mode 100644 index 0000000..94266c1 --- /dev/null +++ b/CST116-Ch7-Debugging-Ahmed/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 |