Listing 1
void doSomething(){ int rowLim = 3; int colLim = 5; for(int rCnt = 0; rCnt < rowLim; rCnt = rCnt + 1){ Listing 1