hi,
this is stupid question..i know but i dont know how to do it..could you pls help....
for instance,
if(i>0)
value+=1;
else if(i<0)
value=value;
now instead of putting value=value, is there such thing as continue that we use in while looopp...
Start Free Trial