public class Exo1{ public static String plusCourt(String[] tab){ try{ String min; int i = 0; while(tab[i]==null){ i++; } min = tab[i]; for(i++;i