diff options
| author | WiserJ <[email protected]> | 2021-11-02 15:56:02 -0700 |
|---|---|---|
| committer | WiserJ <[email protected]> | 2021-11-02 15:56:02 -0700 |
| commit | d2e56338db5542d73cda6914ef3f0f0690452289 (patch) | |
| tree | e06c28ebdc9cb57ad0b4a22f2298f34ac85739e4 /CST116F2021-Lab5 | |
| parent | done 273 (diff) | |
| download | cst116-lab5-jeffwoit-master.tar.xz cst116-lab5-jeffwoit-master.zip | |
Diffstat (limited to 'CST116F2021-Lab5')
| -rw-r--r-- | CST116F2021-Lab5/p.273.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116F2021-Lab5/p.273.cpp b/CST116F2021-Lab5/p.273.cpp index fd493cd..6a7d6c9 100644 --- a/CST116F2021-Lab5/p.273.cpp +++ b/CST116F2021-Lab5/p.273.cpp @@ -29,7 +29,10 @@ void CompareInput(char comp_1[], char comp_2[]) } } else + { cout << "Different."; + i = 6; + } } while (i < CHAR_LIMIT); } |