blob: 3a7bf625b5a4d127060def444757889b6d86a60f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 . . .
|