//nested for loops #include int main(void) { const int ROWS = 26; const int COLS = 26; int row; char ch; for(row=0;row