Complete the body of this method. Use a CharQueue to store theinput line as it is being read. The parameter is an EasyReader fromAppendix B of the text. Use the method in.charInput( ) to read andreturn the next character of the EasyReader and use in.isEOLN( )to determine whether the next input character is theend-of-line.