/**
* Counts how many words in files.
* @author Last Name, First Name
* @date Date
*/
public class Assign03Qn1XX {
public static void main(String argv[]){
String[] list = {"myleo.txt","history.txt", "CSDepartment.txt","studentOrganization.txt"};
//add statements below
}
}