예제 #1
0
 public static char[] buildCFirstPair()
 {
     return(new char[2] {
         NameGen.getRandConsonat(), NameGen.getRandVowel()
     });
 }