Creating a Variable Creating a Variable <% int days; days = 365; out.println("Number of days = " + days); %>