The reason for this is that the BufferedWriter has a method called write(int c) which takes an int. If you pass an int into this method it will automatically try to figure out what character that int...