So you type 1 at the prompt, and 'name' ends up referring to a String object with the value "1". And then you switch on an int variable b. How does the value "1" referred to by 'name' get into the...