final6
This commit is contained in:
parent
ea5838d250
commit
3fda11b9eb
@ -16,6 +16,6 @@ if (scanf("%lf", &x) != 1){
|
||||
return 0;
|
||||
}
|
||||
y = x*x*a+b*x+c;
|
||||
printf("%.2f/n", y);
|
||||
printf("Vysledok je: %.2f\n", y);
|
||||
return y;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user