Search:

Type: Posts; User: sengreen

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,668

    Re: Intersection of two loops

    Sorry could't get your point. Please make it clear. It is little bit confusing. Thanks
  2. Replies
    3
    Views
    1,668

    Intersection of two loops

    Hi everybody!!!
    I want to get intersection of two loops. For example


    class uniqueKey{
    public static void main(String args[]){
    for(int i=1;i<10;i++){
    if(i==5 || i==6 || i==7)...
Results 1 to 2 of 2