Using the if Statement Using the if Statement <% int i; for (i = 1; i <= 10; i++) { out.println("This is iteration number " + i + ""); } %>