Ya think?!?? Sorta obvious, but whatevah
M
Member 9024102
@Member 9024102
Posts
-
Physicists find we’re not living in a computer simulation -
My girlfriend asked why I always cursed at LINQvar query = Grocery.Store
.Where(item => item.Price < 1.99 && item.Fresh == true && item.Type.Contains("Produce"))
.Take(5)