5
This commit is contained in:
parent
18d993b1d3
commit
a54f0f56f4
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user