Hi, I am trying to write a loop but only have my variable increment every other time through the loop. I know to have it increment every time it would be something like for(x=2; x<10; x++) but I am at a complete loss for how to only increment it every other time.