char[] MadelArray = { 'm', 'a', 'd', 'e', 'l', '.'};
String MadelString = new String(MadelArray );
System.out.println(MadelString);