for(int i = 0; i < floorNum; i++){
if(floorNum == 12){
continue;
{
statements;
statements;
statements;
}
-------------------
if there anything wrong with this statement? i've tried using a while loop and the continue statement would work and skip number 12, but this doesn't work.