logo

Crowdly

Please, select the output of the code below:

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Please, select the output of the code below:

    public class Example     {         static void Main()         {             foreach (int i in GetValue())             {                 Console.Write("{0} ", i);             }         }          public static IEnumerable<int> GetValue()         {             yield return 1;             yield return 2;             yield return 5;         }     }

More questions like this

Want instant access to all verified answers on softserve.academy?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!