create a variable named ourbirds and assign to it a linq query that is the result of a join from mybirds onto yourbirds using the name property as the key. make sure to return the birds that are the same between the two lists

0

create a variable named ourbirds and assign to it a linq query that is the result of a join from mybirds onto yourbirds using the name property as the key. make sure to return the birds that are the same between the two lists.

By Beginner Scritchle at Feb 08 2021


Related code examples


Code examples by languages