From f9a77c95d345ef8e03563aacde0b64b3b255687f Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Mon, 2 Mar 2020 19:37:16 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu2/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du2/program.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/du2/program.c b/du2/program.c index 270fbcc..2105937 100644 --- a/du2/program.c +++ b/du2/program.c @@ -28,6 +28,10 @@ int main() } } + if(value <= -1){ + printf(" Málo platných hodnôt\n"); + } + // TUKE, WHY I CANT printf THIS RESULT BUT IN A DIFFERENT ORDER? 0_0 ```for(; i >= 0; i--)``` ---> pls fix this int j = 0; for(;j <= i; j++){