import java.util.Arrays; public class tri{ public static void main(String[] args) { int[] tab = new int[args.length]; for(int i=0; i