<!DOCTYPE html><html> <body> <% int x,y,res; x = 3; y = 7; res = x + y; out.print(res); %> </body></html>
No comments:
Post a Comment