Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Write a complete program that contains a main function and at least two additional functions to compute the area and perimeter of a square.
Write a complete program that contains a main function and at least two additional functions to compute the area and perimeter of a square. The program should ask the user to enter a double number corresponding to the side length of the square, and display the area and perimeter of the square on the screen.