diff --git a/109062273_cli.cpp b/109062273_cli.cpp index 90b15e1..7b52342 100644 --- a/109062273_cli.cpp +++ b/109062273_cli.cpp @@ -100,11 +100,8 @@ int main(int argc, char const *argv[]) { continue; } - if (count != "0") { - cout << "Answer is fewer than " << upper << endl; - cout << "Answer is more than " << lower << endl; - } - + cout << "Answer is fewer than " << upper << endl; + cout << "Answer is more than " << lower << endl; // space cout << endl; }