<!DOCTYPE html>
<html>
<body>
<%
x=5
y=5
if x>y then
response.write("x is greater than y")
elseif x<y then
response.write("x is less than y")
else
response.write("x is equal to y")
end if
%>
</body>
</html>
Subscribe to:
Post Comments (Atom)
All rights reserved||Using Deluxe Template By Klodian
No comments:
Post a Comment