submit4
This commit is contained in:
parent
c31d5eef70
commit
a6704d3f59
@ -27,7 +27,7 @@ int main()
|
||||
result_of_main=result_of_main+array_of_numbers[j]*pow(array_of_numbers[0],(counter-j)-1);
|
||||
}
|
||||
|
||||
printf("Vysledok je: %.2f", result_of_main);
|
||||
printf("Vysledok je: %.2f\n", result_of_main);
|
||||
return 0;
|
||||
}
|
||||
int reading_input(float *number){
|
||||
|
Loading…
Reference in New Issue
Block a user