how do I create a box around a text that will be repeated by a loop?
example output program:
+--------------+--------+----------+
| Time Elapsed | Height | Velocity |
+--------------+--------+----------+
| 0 | 100 | 0 |
+--------------+--------+----------+
| 1 | 95 | -9.81 |
+--------------+--------+----------+
| 2 | 80.4 | -19.6 |
+--------------+--------+----------+
| 3 | 55.9 | -29.4 |
+--------------+--------+----------+
| 4 | 21.5 | -39.2 |
+--------------+--------+----------+
| 4.52 | 0 | -44.3 |
+--------------+--------+----------+
