scriptlet.jsp
<% int a = 10; int b = 20; int c = a + b; out.print("<div>"); out.print(c+2); out.print("</div>"); %> <div><%=c+1 %></div>