I didn't test. just a quick run down. Corey McKee
From: David Hamill Sent: Tuesday, October 21, 2008 8:08 AM To: [email protected] Subject: Re: [c-prog] How would I use the do while statement here? Corey wrote: > int region_count = 0, month_count; > > do > { > month_count = 0; > month_count++; > region_count++ > }while(month_count<3 && region_count <4); Bug! :-) David [Non-text portions of this message have been removed]
