Изменил(а) на 'du3/program.c'
This commit is contained in:
parent
6f53ba4546
commit
48478007de
@ -94,7 +94,7 @@ int main(){
|
||||
|
||||
}
|
||||
|
||||
printf("Vysledok je: %2.f\n", roundf(vysl * 100) / 100);
|
||||
printf("Vysledok je: %.2f\n", roundf(vysl * 100) / 100);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user