draw an array for 7 times 3

This is a basic problem

7777777
7777777
7777777
I used numbers but you can use bullets

To draw an array for 7 times 3, you can create a grid with 7 rows and 3 columns. Each cell in the grid represents an element of the array.

Here's an example of how the array would look like:

```
+---+---+---+
| 0 | 0 | 0 |
+---+---+---+
| 0 | 0 | 0 |
+---+---+---+
| 0 | 0 | 0 |
+---+---+---+
| 0 | 0 | 0 |
+---+---+---+
| 0 | 0 | 0 |
+---+---+---+
| 0 | 0 | 0 |
+---+---+---+
| 0 | 0 | 0 |
+---+---+---+
```

In this case, each element of the array is represented by a value of 0. Feel free to replace the 0's with any other values that are relevant to your specific use case.