public static bool FindThreeOdds(int[] arr)
count = cur % 2 != 0 ? count + 1 : 0;
public static void Main()
Console.WriteLine("UniLecs");
Console.WriteLine(FindThreeOdds(new int[] { 1, 2, 3, 4 }).ToString());
Console.WriteLine(FindThreeOdds(new int[] { 1, 2, 3, 4, 5, 7, 9, 10 }).ToString());