aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab5/p.273.cpp
diff options
context:
space:
mode:
authorWiserJ <[email protected]>2021-11-02 15:56:02 -0700
committerWiserJ <[email protected]>2021-11-02 15:56:02 -0700
commitd2e56338db5542d73cda6914ef3f0f0690452289 (patch)
treee06c28ebdc9cb57ad0b4a22f2298f34ac85739e4 /CST116F2021-Lab5/p.273.cpp
parentdone 273 (diff)
downloadcst116-lab5-jeffwoit-master.tar.xz
cst116-lab5-jeffwoit-master.zip
fixed 273HEADmaster
Diffstat (limited to 'CST116F2021-Lab5/p.273.cpp')
-rw-r--r--CST116F2021-Lab5/p.273.cpp3
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);
}