diff --git a/cv3/program.c b/cv3/program.c index 63deaea..b675d61 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -13,12 +13,9 @@ int main() { while (scanf("%lf", &input) == 1) { coefs[count] = input; + printf("%lf", coefs[count]); count++; } - if (input == 'x') { - printf("Exiting program.\n"); - return 0; - } x = coefs[0]; length = count;