<!DOCTYPE html>
<html>
<body>
<%
a=Array(5,10,15,20)
response.write(a(3))
%>
</body>
</html>