diff options
| author | JacobAKnox <[email protected]> | 2021-10-30 10:17:32 -0700 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-10-30 10:17:32 -0700 |
| commit | 89ec8373bb3b9a18c7ab8dde76c66dc17fc04cbf (patch) | |
| tree | 76ae896117c180809ba0b8a5bf92dd16c633e9eb /10b/10.8.7/Output.txt | |
| parent | 10.a finished (diff) | |
| download | archived-cst116-lab5-jacobaknox-master.tar.xz archived-cst116-lab5-jacobaknox-master.zip | |
Diffstat (limited to '10b/10.8.7/Output.txt')
| -rw-r--r-- | 10b/10.8.7/Output.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/10b/10.8.7/Output.txt b/10b/10.8.7/Output.txt new file mode 100644 index 0000000..3a7bf62 --- /dev/null +++ b/10b/10.8.7/Output.txt @@ -0,0 +1,16 @@ +Output: + +Input the first stirng: Hello +Input the second string: Hello +How many charcters to compare: 3 +Same +C:\Users\jakno\source\repos\CST116\cst116-lab5-JacobAKnox\10b\10.8.7\Debug\10.8.7.exe (process 12392) exited with code 0. +Press any key to close this window . . . + + +Input the first stirng: Hello +Input the second string: Hillo +How many charcters to compare: 3 +Different +C:\Users\jakno\source\repos\CST116\cst116-lab5-JacobAKnox\10b\10.8.7\Debug\10.8.7.exe (process 11424) exited with code 0. +Press any key to close this window . . . |