<%@ page language="java" import="java.util.*, com.abontu.coaster.*" pageEncoding="ISO-8859-1"%> <% Coasters coasters = CoasterFactory.getTopCoastersForField("inversions", 20); %> Roller Coasters With Most Inversions

Roller Coasters Most Inversions

Here are the roller coasters you will flip over!

<% int i=0; for(Coaster coaster : coasters){ %> <%}%>
  Name Location Inversions
details <%= coaster.getName() %> <%= coaster.getLocation() %> <%= coaster.getInversions() %>
Length Time Drop Height Type
<%= coaster.getLength() %> <%= coaster.getDuration() %> <%= coaster.getMaxDrop() %> <%= coaster.getHeight() %> <%= coaster.getType() %>