Respuesta :

Answer:

No, you can't make an array with 5 rows for 12 players

Step-by-step explanation:

You can define an array as a finite, homogeneous and organized group of elements.

So by this definition we have that an array needs to be homogeneous, which demands that the placement of the elements should be within a structure that allows for equal number of elements in each row and in each column.

In this case, if we want to have 5 rows for an array of 12 elements (players), it would look like this:

°    °    °

°    °    °

°    °

°    °

°    °

So as you can see, that could not be an array, as rows 1 and 2, and column 3, are different from the rest.

Arrays are dataset that are represented in rows and columns

It is not possible to make an array with 5 rows for the 12 players.

The given parameters are

[tex]\mathbf{Players = 12}[/tex]

[tex]\mathbf{Rows = 5}[/tex]

To determine if the 12 players can be split to 5 rows, we simply divide 12 by 5.

The number (n) of elements in each row is:

[tex]\mathbf{n = \frac{Players}{Rows}}[/tex]

So, we have:

[tex]\mathbf{n = \frac{12}{5}}[/tex]

[tex]\mathbf{n = 2.4}[/tex]

2.4 is not a whole number.

Hence, it is not possible to make an array with 5 rows for the 12 players.

Read more about arrays at:

https://brainly.com/question/25182099