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