<%@ page language="java" import="java.util.*,com.abontu.coaster.*,com.abontu.themeparks.* " pageEncoding="ISO-8859-1"%> <% Parks parks = ParkFactory.getTopThemeParks("fastest", 20); %> Tallest Theme Parks

Fastest Theme Parks

What? Fastest Park?

We decided to add up the height of all the roler coasters at each theme park and list the "fastest parks" in the world.

<% int i=0; for(Park park : parks){ %> <%}%>
<%= parks.getKeyName()%> Name City State
<%= park.getKey() %> <%= park.getName() %> <%= park.getCity() %> <%= park.getState() %>