diff --git a/program.c b/program.c index fb2859b..35964f9 100644 --- a/program.c +++ b/program.c @@ -10,7 +10,7 @@ int main() { int length = 0; double result = 0.0; - while (count < SIZE && scanf("%lf", &input) == 1) { + while (count < SIZE && scanf("%lf", &input) == 1) { coefs[count] = input; count++; //hello