[NSRCA-discussion] Chapter-12 computer science.

Duane Beck duane.e.beck at comcast.net
Wed Jul 4 20:51:51 AKDT 2007


> cnt was undefined.

cnt was declared on the same line as num.
     char cnt, num;

and initialized at the beginning of the for loop.
     for(cnt = 0, num = 0;


More information about the NSRCA-discussion mailing list