I need to find the square root of the following numbers 0,2,4,6,8,10,12,14,16,18,20
I know how to use the square root method
I know how to use the loop function to find it for all numbers
If I just wanted to print the numbers I can do this
What I cant figure out is how to put it into a table
I want to make a simple table with two columns labeled Number and SquareRoot