Takes a file, reads it and returns a List of Type String, where each element is a new line
@param file The file to be read
@return ArrayList of String, where each element is a line of the file
@throws FileNotFoundException Reports if the file was not found
@throws IOException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.