Ad
  • Custom User Avatar
    import java.util.Arrays;
    
    public class FindOutlier{
      static int find(int[] integers){
        System.out.println(Arrays.toString(integers));
    ...
    

    Issue label should be used when the kata has a problem, when the problem is in your code, use Question instead.

  • Custom User Avatar

    Why is this an issue? Can't you print the input?