The value of Pi is: <%= Math.PI %> A random number between 1 and 100 is: <%= (int)(Math.random()*100)+1 %> The value of the "p" request paramter is: <%= request.getParameter("p") %> Today is: <%= new java.text.SimpleDateFormat("EEEE").format(new java.util.Date()) %>