Introduction
Reading into multiple variables lets you get several pieces of information from one input line easily.
When you want to get a user's first and last name separately from one input.
When reading multiple values from a file line by line.
When you want to split a sentence into words and store them in different variables.
When you need to process command output that returns multiple values on one line.