/* display the "apple man" display_square(n,i) displays a "square" of size n using i iterations for each point */ void display_square(int,int) ;