View Single Post
  #3 (permalink)  
Old 12-11-2007, 07:54 PM
javaplus javaplus is offline
Member
 
Join Date: Nov 2007
Posts: 97
javaplus is on a distinguished road
I meant can we remove the if condition below and embed this in the for loop?
Code:
if(j==10) break;
Apologies for the confusion.
Reply With Quote