Lab Guide

Step 12: In the readFromFile method, in the statement that creates the Scanner, change the placeholder text “specify file location and name method” to the text file name and location you specified in step 6. This should look as follows: E:/blood.txt or C:/blood.txt. Step 13: Read the file and place the string ‘Pints Each Hour’ into str1. ................
................