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

Mega Theme Parks

 

Which theme park has the most "MEga" coasters?

 

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