diff --git a/cv3/program.c b/cv3/program.c index 74bd99f..03ea105 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -11,6 +11,7 @@ int main() float array_of_numbers[SIZE_OF_ARRAY]; int counter=0; int result; + float pow_result; while(1){ float x=0; result=reading_input(&x); @@ -24,11 +25,17 @@ int main() return 0; } for(int j=1; j