Untitled

Anonymous
csharp
01/26/2022 2:17 PM
164 B
18
Indexable
return
        items.Where(item => item.isCorrect).ToList().Count 
    ==  items.Where(item => item.active).ToList().Count;
Editor is loading...