Im reading a programming book on The Scanner, and it's saying that we don't need to use try-catch block when reading data because IOException are captured, but we do need try-catch when attaching a Scanner to a file. Im reading a programming book on The Scanner, a