Complete the code to output 'Edge is ' followed by the value of square_edge to three digits after the decimal point. On the next line, output 'Perimeter is ' followed by the value of square_perim to five digits after the decimal point.
Ex: If the input is 2.000, then the output is:
Edge is 2.000
Perimeter is 8.00000