Transcription: In this input statement, the conversion base starts as the default decimal. This means that the characters that are extracted for first val are interpreted as decimal digits. The oct manipulator changes the conversion base to octal, so the characters that are extracted for secVal are interpreted as octal digits. The characters that are extracted for thirdVal are interpreted as hexadecimal digits.