Check the below snippet 1<% for(int i=0;i<=5;i++){%> 2<%=i;%> 3<%}%> 4.<% out.println(i);%>
Reveal answer
Fill a bubble to check yourself
Check the below snippet 1<% for(int i=0;i<=5;i++){%> 2<%=i;%> 3<%}%> 4.<% out.println(i);%>