<% String s = request.getParameter("name"); int n = Integer.parseInt(request.getParameter("num")); %> <% for (int i=0; i
Hello, <%= s %>
<% } %>