int[] array = new int[7] { 0, 1, 2, 3, 4, 5, 6 };
var query = (from no in array
where (no % 3 == 0)
select no).ToArray();
foreach (int no in query)
{
Console.WriteLine("{0,1}", no);
}
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: