Skip to content

Instantly share code, notes, and snippets.

@topspinppy
Created January 24, 2017 18:31
Show Gist options
  • Save topspinppy/2878000d365fe5660dced9ab61bf53ae to your computer and use it in GitHub Desktop.
Save topspinppy/2878000d365fe5660dced9ab61bf53ae to your computer and use it in GitHub Desktop.
<%
String Topspin = "Paranat";
int age = 15;
out.println("Name :"+Topspin);
out.println("age :"+age);
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment