final4
This commit is contained in:
parent
0f9c25305a
commit
7eeaee3790
@ -12,6 +12,5 @@ if (scanf("%lf", &x) != 1){
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
y = x*x*a+b*x+c;
|
y = x*x*a+b*x+c;
|
||||||
printf("Vysledok je: %.2f", y);
|
return ("Vysledok je: %.2f", y);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user