Complete the following program. When I run the program the output should be # include /* declare draw_square() function here */ int main() {/* call draw_square function 2 times */ return 0: } Implement draw_square function here void draw_square () {/* Write lines of code that will display square */ }