The Scanner class has methods that will read from a text file and convert the String that was read to an int or double value.
The read() method reads bytes from the file and will require you to do...