%@ page contentType="text/html; charset=utf-8" language="java"%> <%! int x, y, z, suma; %> <% x = 30; y = 23; z = 3; suma = x + y + z; %>