--- In [email protected], Michael Sullivan <msulli1...@...> wrote:
>
> The following code:
> 
> 
> for (int i = 0; i < 12; i++)
> 
> {
> 
> x = 0;
> 
> y = 0;
> 
> if (i >= 4 && i < 8)
> 
> {
> 
> x = 100;
> 
> }
> 
> if (i >= 8 )
> 
> {
> 
> x = 200;
> 
> }
> 
> }
> 
> i think its ur compiler problem.......its out put is x = 200,y = 0


Reply via email to