Initialization

This commit is contained in:
Kozar 2024-03-05 12:02:31 +01:00
parent 09aedc967c
commit c0a94b5b63

View File

@ -13,7 +13,7 @@ int main() {
while (count < SIZE) {
if (scanf("%lf", &input) != 1 && input != '\n') {
printf("Chyba pri nacitani hodnoty x.\n");
printf("Chyba pri nacitani hodnoty %lf.\n", input);
return 1;
}
coefs[count] = input;