public static char[] buildCFirstPair() { return(new char[2] { NameGen.getRandConsonat(), NameGen.getRandVowel() }); }