public static void Main()
Console.WriteLine("This is my homework");
Console.WriteLine("-------------------");
for(int i = 1; i <= 100000; i++)
for (int j = 2; j <= i/2; j++)
if(counter1 == 0 && i != 1 )
Console.WriteLine("{0} of the numbers are prime", counter2);