consider the following code snippet: int numarray[6]; for (int cnt = 1; cnt < 6; cnt ) { numarray[cnt] = cnt 1; } which one of the following statements is correct about the given code snippet?