du3.2
This commit is contained in:
parent
311a5f0a6d
commit
42d81729ad
@ -26,11 +26,6 @@ int main() {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (op == '/' && b == 0.0) {
|
||||
printf("CHYBA\n");
|
||||
continue;
|
||||
}
|
||||
|
||||
double actual;
|
||||
if (op == '+') actual = a + b;
|
||||
else if (op == '-') actual = a - b;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user