Risky Calculations
<%@ page import="coreservlets.*" %> <% int n = ((int)(10 * Math.random())); %>
n: <%= n %>
dangerousComputation(n): <%= DumbDeveloperException.dangerousComputation(n) %>