The function sumNumbers should read from its input stream, only accepting valid data, summing the numbers it finds. Bad data should be printed to standard error, preceded by "Bad data: ",and the token which isn't accepted.
sumNumbers