This commit is contained in:
Weber 2024-03-28 18:30:34 +00:00
parent b750faf156
commit 304ee55695

View File

@ -46,7 +46,7 @@ int main() {
break;
case '/':
if (cislo2 == 0) {
printf("CHYBA\n");
printf("ZLE\n");
continue;
}
vysledok_skutocny = (double) cislo1 / cislo2;