1.Select new { a.Country, a.Region }
2.Select a
3.Select a.Country, a.Region
4.Select { a.Country, a.Region }
Answer:1