I would like to pass a string array as a parameter to a function. Please look at the code below
String[] stringArray = {\'a\', \'b\', \'c\', \'d\', \'e\'};
look at familiar main method which takes string array as param