import fr.jussieu.script.Deug; class Chaine { char[] tab; Chaine(char[] caracteres){ tab = new char[caracteres.length]; for (int i = 0; i