Complete the following program to make a table of integers and their square roots. The table should be formatted like this:

  n | Root of n
----|----------
  0 |  0.000000
  1 |  1.000000
  2 |  1.414214
...