diff --git a/InvTab.java b/InvTab.java new file mode 100644 index 0000000..85261a0 --- /dev/null +++ b/InvTab.java @@ -0,0 +1,58 @@ +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