<%
String[] kinds;
int i;
%>
Ice Cream Servlet
Hi
Got your order for ice cream
<% kinds = sundae.getToppings();
if (kinds==null) %>
with no toppings.
<% else { %>
with
<% for(i=0; i
- <%= kinds[i] %>
<% } %>
<% }
String result = sundae.getPlace();
if (result.equals("Eat here"))
%>
to eat here.
<% else %>
to go