From d2e56338db5542d73cda6914ef3f0f0690452289 Mon Sep 17 00:00:00 2001 From: WiserJ Date: Tue, 2 Nov 2021 15:56:02 -0700 Subject: fixed 273 --- CST116F2021-Lab5/p.273.cpp | 3 +++ 1 file changed, 3 insertions(+) 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); } -- cgit v1.2.3