Complete the following program by defining the function square(x) that takes a double and returns the square of its value
Note: This problem is similar to the previous problem "Square Function" but this one works with double instead of integer
2.5
6.25
4.2
17.64