i have scenario where an IF statement is inside FOR loop. i want to break the FOR loop inside IF statement , how to achieve it?
for(i=0;i<5;i++){
if(i==2){
break;
}
}
In the middle of the movie Ice Age: Continental Drift Peaches' mom asked Peaches to go to sleep. Then, she hung on the tree. This parti...
No comments:
Post a Comment