This commit is contained in:
Vadym Afanasiev 2026-03-20 13:01:56 +00:00
parent 18d993b1d3
commit a54f0f56f4

View File

@ -44,7 +44,7 @@ int main() {
continue;
}
// resultat
// resultat ye
double teraz;
switch (op) {
case '+':
@ -58,7 +58,8 @@ int main() {
break;
case '/':
if (n2 == 0.0) {
printf("CHYBA\n");
printf("ZLE\n");
continue;
}
teraz = n1 / n2;