diff --git a/du1/program.c b/du1/program.c index 37f94ba..8856ff1 100644 --- a/du1/program.c +++ b/du1/program.c @@ -25,8 +25,6 @@ int vyhodnot_vstup (float *num){ int main(){ float num = 0; - - printf ("Pre ake x sa ma ratat horner?"); //prepis vstupu do premennej int vyhodnotenie = vyhodnot_vstup(&num); @@ -52,7 +50,6 @@ int main(){ int idx = 0; while (1) { - int vyhodnotenie = vyhodnot_vstup(&koeficient[idx]); if (vyhodnotenie == -2) { break; @@ -67,7 +64,6 @@ int main(){ } else { idx++; } - } if (idx == 0) {