Vending Machine (Main Body)
<html><head></head><body>
<%
for (int = 0 ; i < snacks.length ; i++)
%>
<form action=vendingmachine.jsp>
<input type=submit name=selection value=<% snacks [i] %> >
</form>
<%
}
%>
<a href=vendingview.jsp>View current selections</a>
</body></html>
Previous slide
Next slide
Back to first slide
View graphic version