Transcription: If you are extracting integer or floating point values from the stream and these characters are preceded by blanks, the result will be unpredictable if you do not skip whitespace. In this example, if the series of characters that are extracted for first val and second val are preceded by blanks, the value assigned to first val, second val, and third val do not equal the values in the input stream.