Aktualizovat du2/program.c
This commit is contained in:
parent
1f32a54e3d
commit
f94d291b95
@ -10,7 +10,7 @@ int main(){
|
|||||||
printf("Nepodarilo sa nacitat zaklad x\n");
|
printf("Nepodarilo sa nacitat zaklad x\n");
|
||||||
return 0;
|
return 0;
|
||||||
}else{ while (scanf("%lf", &koef) == 1 ) {
|
}else{ while (scanf("%lf", &koef) == 1 ) {
|
||||||
if(koef ==''){
|
if(koef ==""){
|
||||||
printf("Vysledok je: %.2f\n", rishennia);
|
printf("Vysledok je: %.2f\n", rishennia);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user