codice:
<%
numero = 102
if numero mod 2 = 0 then
response.write "pari"
else
response.write "dispari"
end if
%>