A Separate Structure
The lesson elaborates the use of a separate struct to return multiple values.
We'll cover the following...
The outputs seem to represent related data. That’s why it’s probably a good idea to wrap them into
a struct
called SelectionData
...