Initialization#
This commit is contained in:
parent
f4b893568a
commit
a7e68d397f
@ -33,7 +33,7 @@ int main() {
|
||||
// Check for division by zero
|
||||
if (op == '/' && num2 == 0) {
|
||||
printf("ZLE\n");
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Perform the calculation
|
||||
|
Loading…
Reference in New Issue
Block a user