Consider the following statement: int alpha[25][10];. Which of the following statements is true about alpha?
1) alpha is a 2-dimensional array with 25 rows and 10 columns
2) alpha is a 2-dimensional array with 10 rows and 25 columns
3) alpha is a 1-dimensional array with 25 elements
4) alpha is a 1-dimensional array with 10 elements