Lambda

Search for string in string array

lambda

Result:

otwone
two
threetwo
fotwour
two

LinQ

Result:

otwone
two
threetwo
fotwour
two

Determine if any ints are larger or less

Lambda

Result:

less than or equal to 3: 3
3
more than or equal to 7: 8
8
less than or equal to 3: 1
1
more than or equal to 7: 7
7
more than or equal to 7: 9
9
less than or equal to 3: 2
2
more than or equal to 7: 8
8

Find age in Array of Structs

linQ