write a method averagescanner that reads in double values from an argument scanner as long as the scanner indicates that there is a double value to read. the method returns a double indicating the average (mean) of the double values provided by the scanner. you may assume the scanner provides at least one double value.