diff --git a/task4 b/task4
index 8d83f27e3aeb3dccb30fb1c1f82b05dc5fcd1a66..5385de6ff4bab80f758524c37fac461c79033253 100755
Binary files a/task4 and b/task4 differ
diff --git a/task4.cpp b/task4.cpp
index bfee43591602f9959c6b71181d9bb29f1ac5e813..88c20d5c4b8a74e4266e9ae5f3e0bcde5c50ddb9 100644
--- a/task4.cpp
+++ b/task4.cpp
@@ -4,6 +4,7 @@ using namespace std;
 
 int main() {
    int n;
+   cout << "Enter number how many times you want to print ";
    cin >> n;
    for(int i = 0; i < n ; i++){
         printf("Print this statement %d times \n" , i );