this is what i have so far
static double averageWordLength(ArrayList<String> text) {
double x;
for(int I = 0; I<text.size(); I++){




Posted 24 May 2013 - 03:06 PM
static double averageWordLength(ArrayList<String> text) {
double x;
for(int I = 0; I<text.size(); I++){
