index.jsp
basic.jsp
The sum is:
<%
out.println(Integer.parseInt(request.getParameter("op1")) +
Integer.parseInt(request.getParameter("op2")));
%>