don't divide by 0 or an equation that equalls 0, that's how
-235
Undefined: You cannot divide by zero
Because division by 0 is not an operation that is defined in mathematics.
#DIV/0!
Undefined: You cannot divide by zero
Undefined: You cannot divide by zero
do an extra credit assighnment at the begining ?out of 0 equals divide by zero error
#DIV/0! Microsoft Excel displays the #DIV/0! error when a number is divided either by zero (0) or by a cell that contains no value.
Undefined: You cannot divide by zero
It displays #DIV/0! when you try to divide a number by zero. That is because it is mathematically impossible to divide something by zero, so Excel gives you that error code to indicate that it is what you tried to do.
Undefined: You cannot divide by zero
The answer is in your own question. A divide by zero error is a divide or mod by zero type of error. In MSVC++ it has the error code C2124. Ultimately it is a fatal error and will either produce a compile time error or throw an unhandled exception at runtime.