public class Metode7{ static int min(int tab[]){ int min = tab[0]; for(int i = 1; i