//This program draws a square of stars - wdg 2008 #include //Main function int main(void) { const int SIZE=5; const char GLYPH='*'; int i,j; for(i=0; i