import static utils.Utils.*; public class InvTab { public static final void main(String[] args) { afficher("Inversion tableau"); int[] tab = { 34, 568, 11, 678, 0}; afficherTabInt(tab); int[] tab2 = new int[tab.length]; for(int compteur=0; compteur