Write a static method named textcount that takes a scanner representing a file as a parameter and that reports various statistics about the file. in particular, your method should report the number of lines in the file, the total number of characters (not counting any new-line \n characters) in the file, and the length and text of the longest line. you may assume that the input file has at least one line of input.