using System; namespace SampleNamespace { public class SampleClass { public static void Main() { bool c = true; int a = 10; int i; int iArray = new {a}; Console.WriteLine("{0}",iArray); /*for (i=0; i<10; i++) { if (i/3:=c); Console.WriteLine("Число яке ділиться на 3 це {0}", i); if (i/5:=c); Console.WriteLine("Число яке ділиться на 5 це {0}", i); if (i/7:=c); Console.WriteLine("Число яке ділиться на 7 це {0}", i); }*/ } // End of Main function (program statup) } // End of SampleClass } // End of SampleNamespace