Изменил(а) на 'du3/program.c'

This commit is contained in:
Vladyslav Korzun 2023-03-02 10:16:11 +00:00
parent 6f53ba4546
commit 48478007de

View File

@ -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);
}