From b83c827271b0fa217287f80e27adf79605bc9469 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Sat, 11 Mar 2023 14:05:27 +0100 Subject: [PATCH] Changed one message --- 17/Lab17/Lab17.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17/Lab17/Lab17.cpp b/17/Lab17/Lab17.cpp index 34827f6..f0f7ea2 100644 --- a/17/Lab17/Lab17.cpp +++ b/17/Lab17/Lab17.cpp @@ -25,7 +25,7 @@ int main() { cout << "Індекс першої цифри в цій строчці: " << index << endl; } else { - cout << "No digit was found in the input string." << endl; + cout << "У введеній строці не знайдено жодної цифри." << endl; } return 0; }