// textCheckered.c // prints out image that is BW for B=Black // WB and W=White #include int main( ) { const int BLOCK_SIZE = 10; const char BLACK = '#'; const char WHITE = '.'; int r,c; for(r=0; r