Causing a Runtime Error Causing a Runtime Error <% int i = 1; i = i / 0; out.println("The answer is " + i); %>