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

Tallest Theme Parks

 

What? Tallest Park?

 

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

 

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