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