schema
This commit is contained in:
parent
ff0c230282
commit
68b9678fd6
@ -16,7 +16,6 @@ int main() {
|
|||||||
double result = 1;
|
double result = 1;
|
||||||
int coefficientIndex = 0;
|
int coefficientIndex = 0;
|
||||||
|
|
||||||
printf("Zadajte zaklad x: ");
|
|
||||||
if (fgets(line, MAX_LINE_LENGTH, stdin) == NULL || !IsValidNumber(line)) {
|
if (fgets(line, MAX_LINE_LENGTH, stdin) == NULL || !IsValidNumber(line)) {
|
||||||
printf("Nepodarilo sa nacitat zaklad x\n");
|
printf("Nepodarilo sa nacitat zaklad x\n");
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user