The classical divide by zero error

The classical way to demonstrate a runtime error is to instruct the computer to divide any number by the value zero.

Any value divided by 0 produces an infinitely large result, which is too large to be accommodated by the computer.

Therefore, in most cases, the computer will tell you that it is unable to perform that operation.