This commit is contained in:
Igor Dzuro 2020-03-20 10:48:38 +01:00
parent a74a6cee5b
commit 9044d3fb0c

View File

@ -11,7 +11,7 @@ int main() {
long double result = 0; long double result = 0;
if ((retVal = scanf("%f", &x)) <= 0 || retVal == EOF) { if ((retVal = scanf("%f", &x)) <= 0 || retVal == EOF) {
printf("%s\n", "Chyba: Nespravny vstup"); printf("%s\n", "Nepodarilo sa nacitat x");
return 0; return 0;
} }