public class MotAuSort{ public static void main(String[] args){ int compte; char c; int num; int numlet; char[] unmot; // variable qui contiendra le mot for ( num=0; num<1; num=num+1){ unmot = MOOC.motAuSort(); char[] lettres = new char[unmot.length]; // unmot contient maintenant un mot, affichons-le for ( numlet=0; numlet