can help me in simple code below??
i commented where problem is
TIA
for(int i=0;i<10;i++)
{
if(x[i] !=1000)
{
//do something
}
else
{
//i want it to go to the next i and again check x[i] != 1000,not i++
}
if(y != x[i])
{
//do something
}
}
I am not sure who
jis but you may be looking for this: