You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Create a for loop that shows all even numbers between 1 and 100 using continue. Create another that counts from 1 to 100 but stops after 10 using break.