Java Loops II

  • + 0 comments

    this is the correct code

    import java.util.; import java.io.;

    class Solution{ public static void main(String []argh){ Scanner in = new Scanner(System.in); int t=in.nextInt(); for(int i=0;i

        }
    
    }
    

    }