using System; namespace SampleNamespace { public class SampleClass { public static void Main() { bool c = true; int a; int iArray = new i[10]; foreach (int i in iArray) { 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