EXPLAIN HOW YOU CAN BREAK 6X7 ARRAY IN TO SMALLER ARRAYS .WHAT ARE THE NEW FACTS?

jbuyvvgtgybuk

To break a 6x7 array into smaller arrays, you can divide it into rows or columns, depending on your needs. Here's how you can do it:

1. Breaking into rows:
- Each row in the original array will become a separate smaller array.
- In this case, you will have six separate arrays, each with seven elements.

2. Breaking into columns:
- Each column in the original array will become a separate smaller array.
- In this case, you will have seven separate arrays, each with six elements.

Now, let's discuss the new facts after breaking the array:

- If you break the array into rows, you will have six new facts, each representing a different row. These facts will help you analyze data horizontally.

- If you break the array into columns, you will have seven new facts, each representing a different column. These facts will help you analyze data vertically.

Both approaches provide different perspectives and allow you to work with smaller sets of data, making it easier to manipulate or analyze specific parts of the original array.

Don't no

explain how you can break a 6x7 array into two smaller arrays what are the new facts