soccerstar9580 soccerstar9580 14-05-2023 Mathematics contestada 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?