<!DOCTYPE html>
<html>
<body>
<%
int x=3;
int y=3;
if(x>y) out.print("x is greater than y");
else if(x<y) out.print("x is less than y");
else out.print("x is equal to y");
%>
</body>
</html>
Subscribe to:
Post Comments (Atom)
All rights reserved||Using Deluxe Template By Klodian
No comments:
Post a Comment