mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 23:23:05 +08:00
Minor output fixes
This commit is contained in:
@@ -56,7 +56,7 @@ int main() {
|
||||
std::string word;
|
||||
std::cout << "Please enter the word you are searching for: ";
|
||||
std::getline(std::cin, word);
|
||||
std::cout << "Ignore case? 1 = Yes, 0 = No" << std::endl;
|
||||
std::cout << "Ignore case-sensitive? 1 = Yes, 0 = No" << std::endl;
|
||||
std::cin >> ch;
|
||||
if (ch == 1) {
|
||||
std::string lowerCase = lower(
|
||||
|
||||
Reference in New Issue
Block a user