Using a Literal in Jsp

<% out.println("Days of the weeks = " ); out.println(7); %>
<% out.println("Number of months = "); out.println(12); %>